Merge pull request #135 from pobtastic/patch-2

Missing tag name on posts landing page
This commit is contained in:
MeiK
2024-03-11 11:09:24 +08:00
committed by GitHub

View File

@@ -7,7 +7,7 @@
<div class="user-repo-search-results-summary TableObject-item TableObject-item--primary v-align-top"> <div class="user-repo-search-results-summary TableObject-item TableObject-item--primary v-align-top">
<strong>{{ len .Pages }}</strong> <strong>{{ len .Pages }}</strong>
results results
for <strong>{{ .Params.title }}</strong> for <strong>{{ .Title }}</strong>
</div> </div>
<div class="TableObject-item text-right v-align-top"> <div class="TableObject-item text-right v-align-top">
<a class="issues-reset-query text-normal d-inline-block ml-3" href="{{ .Site.BaseURL }}/post/"> <a class="issues-reset-query text-normal d-inline-block ml-3" href="{{ .Site.BaseURL }}/post/">