more webmention stuffs
This commit is contained in:
parent
b09bf210bc
commit
d998a0c267
4 changed files with 13 additions and 2 deletions
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
title: 'RE: On The Beginnings of Support for Other Handhelds (and Other SteamOS 3.7.0 Updates)'
|
||||||
|
date: 2025-03-16T23:11:54-07:00
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
[](https://blog.gardinerbryant.com/2025/on-the-beginnings-of-support-for-other-handhelds-and-other-steamos-3-7-0-updates/)
|
||||||
|
|
||||||
|
Glad to see that there's going to be hopefully official support for new devices. While I'm personally happy with my Deck, it's always a good thing when more devices can use SteamOS. Also, congrats on setting up your new blog and indieweb!
|
|
@ -14,7 +14,7 @@
|
||||||
<img title="Bitwarden is an awesome password manager." src="/images/badges/bitwarden-88x31.gif" alt="Bitwarden">
|
<img title="Bitwarden is an awesome password manager." src="/images/badges/bitwarden-88x31.gif" alt="Bitwarden">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://emeraldsocial.org" class="badge">
|
<a href="https://emeraldsocial.org" class="badge">
|
||||||
<img title="Emerald Social" src="/images/emeraldsocial-88x31.png" alt="Emerald Social">
|
<img title="Emerald Social" src="/images/badges/emeraldsocial-88x31.png" alt="Emerald Social">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://translunar.academy" class="badge">
|
<a href="https://translunar.academy" class="badge">
|
||||||
<img title="Translunar Academy" src="/images/badges/tla-88x31.png" alt="Translunar Academy">
|
<img title="Translunar Academy" src="/images/badges/tla-88x31.png" alt="Translunar Academy">
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<a class="u-url" href="{{ .Permalink }}"></a>
|
||||||
{{ if .PublishDate }}
|
{{ if .PublishDate }}
|
||||||
{{ $dateTime := .PublishDate.Format "2006-01-02" }}
|
{{ $dateTime := .PublishDate.Format "2006-01-02" }}
|
||||||
{{ $dateFormat := .Site.Params.dateFormat | default "Jan 2, 2006" }}
|
{{ $dateFormat := .Site.Params.dateFormat | default "Jan 2, 2006" }}
|
||||||
|
@ -6,6 +7,6 @@
|
||||||
{{ with .Params.tags }}
|
{{ with .Params.tags }}
|
||||||
{{ range . }}
|
{{ range . }}
|
||||||
{{ $href := print (absURL "tags/") (urlize .) }}
|
{{ $href := print (absURL "tags/") (urlize .) }}
|
||||||
<a class="tag" href="{{ $href }}">#{{ . }}</a>
|
<a class="p-category tag" href="{{ $href }}">#{{ . }}</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<a class="u-bridgy-fed" href="https://fed.brid.gy/" hidden="from-humans"></a>
|
||||||
<h3>Replies</h3>
|
<h3>Replies</h3>
|
||||||
<div id="webmentions"></div>
|
<div id="webmentions"></div>
|
||||||
<details>
|
<details>
|
||||||
|
|
Loading…
Add table
Reference in a new issue