1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 02:55:33 -04:00

include Person JSON-LD on every page

This commit is contained in:
2019-11-26 10:28:13 -05:00
parent 14828fd25c
commit e6b19c91fa
6 changed files with 51 additions and 60 deletions

View File

@@ -155,6 +155,7 @@
<link rel="icon" href="{{ "favicon-16.png" | absURL }}" sizes="16x16">
<link rel="shortcut icon" href="{{ "favicon.ico" | absURL }}">
<link rel="alternate" type="application/rss+xml" href="{{ "index.xml" | absURL }}" title="{{ .Site.Title }} (RSS)">
{{ partial "schema-person.html" . }}
{{ partial "schema-article.html" . }}
</head>
<body>