From 2d46defaae5cffb48ecdd4f501453a0c39239039 Mon Sep 17 00:00:00 2001 From: Mateja Date: Fri, 29 Jan 2021 00:17:38 +0100 Subject: Disable taxonomies and use newer syntax. --- layouts/_default/baseof.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 694d8a0..9805f8a 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -19,11 +19,11 @@
{{ block "main" . }}{{ end }} -- cgit v1.2.3 From 0c4e03691243c368a21953c3c9ecf0a7f5afac75 Mon Sep 17 00:00:00 2001 From: Mateja Date: Fri, 29 Jan 2021 00:30:17 +0100 Subject: Add Canonical URLs. --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 9805f8a..cd893d4 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -9,8 +9,8 @@ - + {{ .Title }} -- cgit v1.2.3 From c9678556ce632e30672932bf4447b8cc756783a8 Mon Sep 17 00:00:00 2001 From: Mateja Date: Fri, 29 Jan 2021 12:02:58 +0100 Subject: Adding optional meta tags to baseof template. --- layouts/_default/baseof.html | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index cd893d4..6c13084 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -6,9 +6,21 @@ - - - + {{ if .Description }} + + {{ end }} + + {{ if .Keywords }} + + {{ end }} + + {{ if .PublishDate }} + + {{ end }} + + {{ if .Lastmod }} + + {{ end }} -- cgit v1.2.3 From b05f6ef6a1bd9ce4f8119ef1033583d54d0f879b Mon Sep 17 00:00:00 2001 From: Mateja Date: Fri, 29 Jan 2021 13:34:58 +0100 Subject: Don't use PublishDate. --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 6c13084..b21c8df 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -15,7 +15,7 @@ {{ end }} {{ if .PublishDate }} - + {{ end }} {{ if .Lastmod }} -- cgit v1.2.3 From efa71ff90fb0fe6727d9b2fc2cb496a1ea514951 Mon Sep 17 00:00:00 2001 From: Mateja Date: Fri, 29 Jan 2021 15:08:50 +0100 Subject: Remove keywords and add descriptions. --- layouts/_default/baseof.html | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index b21c8df..4a0c152 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -9,17 +9,11 @@ {{ if .Description }} {{ end }} - - {{ if .Keywords }} - - {{ end }} - {{ if .PublishDate }} - + {{ end }} - {{ if .Lastmod }} - + {{ end }} -- cgit v1.2.3 From dfce7e8e7a7ea9120ea18f5b50643dc12aaec331 Mon Sep 17 00:00:00 2001 From: Mateja Date: Fri, 29 Jan 2021 16:17:09 +0100 Subject: Using Schema.org microdata. --- layouts/_default/baseof.html | 8 -------- 1 file changed, 8 deletions(-) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 4a0c152..56e582c 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -5,17 +5,9 @@ - {{ if .Description }} {{ end }} - {{ if .PublishDate }} - - {{ end }} - {{ if .Lastmod }} - - {{ end }} - -- cgit v1.2.3