1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Minor semantic tweaks

This commit is contained in:
Rohan Kumar 2022-03-07 22:44:45 -08:00
parent 3e290a08db
commit 68e750ea3b
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479
2 changed files with 4 additions and 4 deletions

View file

@ -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" -}}
<h1 class="p-name" itemprop="name headline">Posts</h1>
{{ else -}}
@ -16,9 +16,9 @@
</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
<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>
</li>
{{- end }}
</ul>
</div>
</section>

View file

@ -34,7 +34,7 @@
<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 wont show up on the mailing list, but Ill 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>
<section class="webmentions">
<section id="webmentions">
<h2>Webmentions</h2>
<ul class="unstyled-list">
{{ $target := .RelPermalink -}}