Added README and LICENSE

This commit is contained in:
Leon Mika 2024-03-17 09:32:10 +11:00
parent 7f49ec5ff6
commit d93958e891
3 changed files with 20 additions and 1 deletions

View file

@ -1,7 +1,7 @@
<div class="sidebar">
{{ if templates.Exists "partials/sidebar.html" }}
{{ partial "sidebar.html" . }}
{{ else }}
{{ else }}
{{ partial "sidebar-for-tiny-theme/recommendations.html" . }}
{{ end }}
</div>