From 36496df615286ab4df941e7e4fc85f3b7bea62e4 Mon Sep 17 00:00:00 2001 From: Crt Mori Date: Thu, 8 Apr 2021 11:26:02 +0200 Subject: Mark titles as headings in html (#290) Should help some of the SEO as it will trigger keywords on the headings which is I guess something you want to be found by search engines --- layouts/partials/home/projects.html | 6 +++--- layouts/projects/list.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'layouts') 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 @@ {{ end }}
- +

{{ .Title | markdownify }} - +

{{ if .Params.project_timeframe }}

{{ .Params.project_timeframe }}

{{ end }} @@ -60,7 +60,7 @@ {{ end }}
-- cgit v1.2.3