all repos — archie @ c2987bd016d8812d919ccf471c59f409efad06ed

A minimal Hugo Theme

W/o website
athul athul8720@gmail.com
Sat, 11 Apr 2020 12:01:41 +0530
commit

c2987bd016d8812d919ccf471c59f409efad06ed

parent

6e15d559f7cb6044de7b9f3560dd36ff6f174053

1 files changed, 11 insertions(+), 0 deletions(-)

jump to
A layouts/_default/baseof.html

@@ -0,0 +1,11 @@

+<!DOCTYPE html> +<html> + {{- partial "head.html" . -}} + <body> + {{- partial "header.html" . -}} + <div id="content"> + {{- block "main" . }}{{- end }} + </div> + {{- partial "footer.html" . -}} + </body> +</html>