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/partials/home/projects.html')
-rw-r--r--layouts/partials/home/projects.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/home/projects.html b/layouts/partials/home/projects.html
index e197e38..ffcebc7 100644
--- a/layouts/partials/home/projects.html
+++ b/layouts/partials/home/projects.html
@@ -33,9 +33,9 @@
</div>
{{ end }}
<div class="card-content has-text-centered top-pad">
- <a {{ if .Params.external_link }} href="{{ .Params.external_link }}" {{ end }}>
+ <h1><a {{ if .Params.external_link }} href="{{ .Params.external_link }}" {{ end }}>
{{ .Title | markdownify }}
- </a>
+ </a></h1>
{{ if .Params.project_timeframe }}
<p class="fa-xs">{{ .Params.project_timeframe }}</p>
{{ end }}
@@ -60,7 +60,7 @@
<div class="modal-card">
{{ with .Title }}
<header class="modal-card-header bottom-pad">
- <p class="modal-card-title has-text-centered">{{ . }}</p>
+ <h1 class="modal-card-title has-text-centered">{{ . }}</h1>
</header>
{{ end }}
{{ if .Params.project_timeframe }}