Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/projects/list.html')
-rw-r--r--layouts/projects/list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/projects/list.html b/layouts/projects/list.html
index 9c8dc5e..0bbe8b6 100644
--- a/layouts/projects/list.html
+++ b/layouts/projects/list.html
@@ -30,9 +30,9 @@
</div>
{{ end }}
<div class="card-content has-text-centered top-pad">
- <a href="{{ if .Params.external_link }}{{ .Params.external_link }}{{ else }}{{ .Permalink }}{{ end }}">
+ <h1><a href="{{ if .Params.external_link }}{{ .Params.external_link }}{{ else }}{{ .Permalink }}{{ end }}">
{{ .Title | markdownify }}
- </a>
+ </a></h1>
</div>
</div>
</div>