Add Hugo templates
parent
4a7a7e6cf4
commit
afc7db0773
|
@ -126,4 +126,4 @@
|
||||||
|
|
||||||
<footer>Served with <a rel="noopener noreferrer" href="https://github.com/hacdias/caddy-filemanager">File Manager</a>.</footer>
|
<footer>Served with <a rel="noopener noreferrer" href="https://github.com/hacdias/caddy-filemanager">File Manager</a>.</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -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 }}
|
Loading…
Reference in New Issue