Add Hugo templates

pull/144/head
Henrique Dias 2017-06-26 21:17:52 +01:00
parent 4a7a7e6cf4
commit afc7db0773
No known key found for this signature in database
GPG Key ID: 936F5EB68D786730
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,14 @@
{{ define "sidebar-addon" }}
<a class="action" href="{{ .BaseURL }}/content/">
<i class="material-icons">subject</i>
<span>Posts and Pages</span>
</a>
<a class="action" href="{{ .BaseURL }}/themes/">
<i class="material-icons">format_paint</i>
<span>Themes</span>
</a>
<a class="action" href="{{ .BaseURL }}/settings/">
<i class="material-icons">settings</i>
<span>Settings</span>
</a>
{{ end }}