updated for microformats2

This commit is contained in:
2025-01-07 19:43:39 -07:00
parent 88236da4b8
commit 11a09e6c3c
17 changed files with 127 additions and 19 deletions

View File

@@ -0,0 +1,7 @@
<footer>
<p>
&copy; {{ now.Year }}
<span class="p-author h-card">{{ .Site.Params.author.name }}</span>
</p>
<p>Powered by Hugo and the IndieWeb.</p>
</footer>

View File

@@ -0,0 +1,5 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ .Title }}</title>
<link rel="stylesheet" href="/css/style.css">
<link rel="me" href="{{ .Site.Params.indieweb.me_url }}" />

View File

@@ -0,0 +1,8 @@
<header>
<nav>
<a class="u-url p-name" href="/">{{ .Site.Title }}</a>
<a href="/notes">Notes</a>
<a href="/articles">Articles</a>
<a href="/photos">Photos</a>
</nav>
</header>

View File

@@ -0,0 +1,6 @@
<!-- Webmention -->
<link rel="webmention" href="{{ .Site.Params.webmention.endpoint }}" />
<link rel="pingback" href="{{ .Site.Params.webmention.pingback }}" />
<!-- Micropub -->
<link rel="micropub" href="{{ .Site.Params.micropub.endpoint }}" />