mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Minor semantic tweaks
This commit is contained in:
parent
3e290a08db
commit
68e750ea3b
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
<div class="h-feed hfeed" itemscope itemtype="https://schema.org/DataFeed">
|
<section class="h-feed hfeed" itemscope itemtype="https://schema.org/DataFeed" aria-labelledby="posts">
|
||||||
{{ if eq .RelPermalink "/posts.html" -}}
|
{{ if eq .RelPermalink "/posts.html" -}}
|
||||||
<h1 class="p-name" itemprop="name headline">Posts</h1>
|
<h1 class="p-name" itemprop="name headline">Posts</h1>
|
||||||
{{ else -}}
|
{{ else -}}
|
||||||
|
@ -16,9 +16,9 @@
|
||||||
</h3>
|
</h3>
|
||||||
Posted <time itemprop="datePublished" class="dt-published published" datetime="{{ .Date.Format "2006-01-02 15:04:05Z07:00" }}">{{ .Date.Format "2006-01-02" }}</time>, updated
|
Posted <time itemprop="datePublished" class="dt-published published" datetime="{{ .Date.Format "2006-01-02 15:04:05Z07:00" }}">{{ .Date.Format "2006-01-02" }}</time>, updated
|
||||||
<time itemprop="dateModified" class="dt-updated updated" datetime="{{ .Lastmod.Format "2006-01-02 15:04:05Z07:00" }}">{{ .Lastmod.Format "2006-01-02" }}</time>
|
<time itemprop="dateModified" class="dt-updated updated" datetime="{{ .Lastmod.Format "2006-01-02 15:04:05Z07:00" }}">{{ .Lastmod.Format "2006-01-02" }}</time>
|
||||||
<p class="p-summary entry-summary" itemprop="https://schema.org/description">{{ .Description }}</p>
|
<p class="p-summary entry-summary" itemprop="description">{{ .Description }}</p>
|
||||||
</article>
|
</article>
|
||||||
</li>
|
</li>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</section>
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
<footer class="comment">
|
<footer class="comment">
|
||||||
<p><a href="mailto:~seirdy/seirdy.one-comments@lists.sr.ht">Send an email</a> to leave a comment in the <a href="https://lists.sr.ht/~seirdy/seirdy.one-comments">mailing list</a> for seirdy.one. You'll have to send in plain text; please <a href="https://useplaintext.email/">learn how</a>. Alternatively, send your email <a href="mailto:seirdy@seirdy.one">directly to me</a>; it won’t show up on the mailing list, but I’ll see it.</p>
|
<p><a href="mailto:~seirdy/seirdy.one-comments@lists.sr.ht">Send an email</a> to leave a comment in the <a href="https://lists.sr.ht/~seirdy/seirdy.one-comments">mailing list</a> for seirdy.one. You'll have to send in plain text; please <a href="https://useplaintext.email/">learn how</a>. Alternatively, send your email <a href="mailto:seirdy@seirdy.one">directly to me</a>; it won’t show up on the mailing list, but I’ll see it.</p>
|
||||||
<p>This site also supports <a href="https://indieweb.org/webmention">Webmentions</a>. Webmentions received for this post will appear below after I approve them. I sometimes send Webmentions to myself on behalf of linking sites that don't support them. Check the <a href="https://web.archive.org/">Wayback Machine</a> if any links are broken.</p>
|
<p>This site also supports <a href="https://indieweb.org/webmention">Webmentions</a>. Webmentions received for this post will appear below after I approve them. I sometimes send Webmentions to myself on behalf of linking sites that don't support them. Check the <a href="https://web.archive.org/">Wayback Machine</a> if any links are broken.</p>
|
||||||
<section class="webmentions">
|
<section id="webmentions">
|
||||||
<h2>Webmentions</h2>
|
<h2>Webmentions</h2>
|
||||||
<ul class="unstyled-list">
|
<ul class="unstyled-list">
|
||||||
{{ $target := .RelPermalink -}}
|
{{ $target := .RelPermalink -}}
|
||||||
|
|
Loading…
Reference in a new issue