Add Herman style

This commit is contained in:
C. Lente 2023-04-25 17:57:50 -03:00
parent f26d122b2a
commit f97270c331
No known key found for this signature in database
GPG key ID: E66D381776EFC03A
3 changed files with 182 additions and 2 deletions

View file

@ -11,7 +11,7 @@
{{- partial "seo_tags.html" . -}}
<meta name="referrer" content="no-referrer-when-downgrade" />
{{ $style := resources.Get "style.css" | minify }}
{{ $style := resources.Get "herman.css" | minify }}
<link href="{{ $style.RelPermalink }}" rel="stylesheet">
{{ $syntax := resources.Get "syntax.css" | minify }}

View file

@ -14,7 +14,7 @@
</content>
<p>
{{ range (.GetTerms "tags") }}
<a class="blog-tags" href="{{ .Permalink }}">#{{ .LinkTitle }}</a>&nbsp;&nbsp;
<a class="blog-tags" href="{{ .Permalink }}">#{{ .LinkTitle }}</a>
{{ end }}
</p>
{{ end }}