Skip to content

Commit

Permalink
updating site on Mon Mar 25 20:48:17 CDT 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
hongtaoh committed Mar 26, 2024
1 parent 8f2738e commit cf82969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/hugo-ht/layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1>{{ .Title }}</h1>

<div class="body-text list-text">
{{ .Content | partial "add-header-anchors" }}
{{ with .Params.tags }}<a href="{{ $.Site.BaseURL }}tags/{{ . | urlize }}/">#{{ . }}</a>{{ end }}
{{ with .Params.tags }}<a href="{{ $.Site.BaseURL }}/tags/{{ . | urlize }}/">#{{ . }}</a>{{ end }}
<p style="color:#777;">{{ default (index $.Site.Params.lang.lastupdate $.Site.Params.defaultLang) (index $.Site.Params.lang.lastupdate $.Section)}} {{ .Lastmod.Format "2006-01-02" }}</p>
</div>
<a href="#top"><i class="fa fa-chevron-up" style="font-size: 30px; color: black;"></i></a>
Expand Down

0 comments on commit cf82969

Please sign in to comment.