diff --git a/_assets/templates/base.tmpl b/_assets/templates/base.tmpl index 3fe1a53e..16d2df10 100644 --- a/_assets/templates/base.tmpl +++ b/_assets/templates/base.tmpl @@ -126,4 +126,4 @@ - + \ No newline at end of file diff --git a/_assets/templates/hugo.tmpl b/_assets/templates/hugo.tmpl new file mode 100644 index 00000000..982a65a4 --- /dev/null +++ b/_assets/templates/hugo.tmpl @@ -0,0 +1,14 @@ +{{ define "sidebar-addon" }} + + subject + Posts and Pages + + + format_paint + Themes + + + settings + Settings + +{{ end }} \ No newline at end of file