From 08de786bbcf9f37091523a2ad74e1f33ca33c205 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Thu, 10 Feb 2022 22:12:45 -0800 Subject: [PATCH] Indieweb: structured data for rest of website Outside the blogposting, add addl. structured data for the surrounding site: the license, copyright holder, navigation items, source code link, etc. --- layouts/_default/baseof.html | 4 +++- layouts/partials/footer.html | 9 ++++++++- layouts/partials/header.html | 28 ++++++++++++++-------------- layouts/posts/single.html | 2 +- 4 files changed, 26 insertions(+), 17 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 675d3d6..8ca046e 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,8 +1,10 @@ {{- partial "head.html" . -}} -{{- partial "header.html" . -}} + +{{ partial "header.html" . -}}
{{- block "main" . }}{{- end -}}
{{ partial "footer.html" . }} + diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index b8f300c..f702304 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,6 +1,13 @@