1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-06-23 05:37:30 -05:00

Update the internals of the styling a little

Fixes 
This commit is contained in:
2021-09-27 14:16:52 -05:00
parent 718efd865e
commit f0cd329901
5 changed files with 31 additions and 15 deletions

@ -27,11 +27,12 @@
{{ else }}
<small>
Site-wide tags:
<div>
<span class="tags">
<br />
{{ range .Site.Taxonomies.tags }}
<a href="{{ .Page.Permalink }}">#{{ .Page.Title }}</a>&nbsp;
{{ end }}
</div>
</span>
</small>
{{ end }}
{{ end }}