Add schema.org metadata

This commit is contained in:
Gabriel Arazas 2022-05-13 18:08:06 +08:00
parent 60ca71a357
commit d83c3f8c69
2 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,8 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
* Add a development environment with link:https://nixos.org/[Nix package manager].
* Add schema.org metadata. footnote:[Using the internal template so it's a free addition.]
=== Changed

View File

@ -32,6 +32,7 @@ Which means the custom stylesheet should be the last to be concatenated.
<meta name="description" content="{{ if (and (eq .Kind "home") .IsHome) }}{{ .Site.Title }}{{ else }}{{ .Summary | safeHTML }}{{ end }}" />
{{- template "_internal/twitter_cards.html" . }}
{{- template "_internal/opengraph.html" . }}
{{- template "_internal/schema.html" . }}
{{- /* Linking all of the output formats for discovery. */ -}}