feat(layout): misc improvements to markup and css
This commit is contained in:
parent
7b84496201
commit
9a0be40465
2 changed files with 15 additions and 9 deletions
|
@ -5,10 +5,10 @@
|
|||
<header>
|
||||
{{ with .GetTerms "categories" }}
|
||||
<p class="category">
|
||||
{{ range . }}
|
||||
{{- range . }}
|
||||
<a class="p-category" rel="tag" href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
|
||||
{{ break }}
|
||||
{{ end }}
|
||||
{{- break }}
|
||||
{{- end }}
|
||||
</p>
|
||||
{{ end }}
|
||||
<h1 class="p-name">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue