From e59605700d3e73c4a0259248c6c3f303b761c9df Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Mon, 26 Jun 2017 21:17:52 +0100 Subject: [PATCH] Add Hugo templates Former-commit-id: 6acb3b55f2aa94614468538718110c9a8e193a94 [formerly dc95babc2c5b2489276749d3a1871d553a177c29] [formerly 0cc5c356ea6f087f072a453b49d574fd88575034 [formerly afc7db07735d625cb42e304124b5bc26acce8ad0]] Former-commit-id: d4c951d15debbe41055fd7c0ac388266173e6499 [formerly dfdf04f7542a209f8de7e1961fe7ab7b9ba05229] Former-commit-id: 93647cf110c3bee54b7623e847cefeddc4ec1af7 --- _assets/templates/base.tmpl | 2 +- _assets/templates/hugo.tmpl | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 _assets/templates/hugo.tmpl 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