CSS updates

This commit is contained in:
athul
2020-04-09 12:06:48 +05:30
parent 3c737553b6
commit 58d02550f1
8 changed files with 26 additions and 46 deletions

View File

@ -26,7 +26,7 @@
{{ if ne .Type "page" }}
{{ if gt .Params.tags 0 }}
<nav class="nav tags">
<ul class="flat">
<ul class="tags">
{{ range .Params.tags }}
<li><a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}">{{ . }}</a></li>
{{ end }}
@ -35,7 +35,7 @@
{{ end }}
{{ end }}
</div>
{{- $.Scratch.Set "isDisqus" true -}}
{{ partial "footer.html" . }}
</div>