Edit home page

This commit is contained in:
Ethan Yoo 2022-06-25 10:40:33 -04:00
parent 0d17816378
commit 0376296cdd
Signed by: ethan
GPG Key ID: 70596474C5D20F85
1 changed files with 3 additions and 2 deletions

View File

@ -29,7 +29,8 @@ Examples for writing 'backward compatible' h-card markup available at https://mi
<p>&#128217; <a href="/resources/" >You can browse my recommended resources</a>. &#128217;</p>
<h2>Elsewhere</h2>
<p>&#128218; <a href="https://ethan.yoois.me/" >I created a personal wiki</a>. &#128218;</p>
<p>&#128204; <a rel="me" href="{{ .Site.Params.authorMastodon }}" >I use Mastodon, a federated alternative to Twitter</a>. &#128204;</p>
<p>&#128204; <a rel="me" href="{{ .Site.Params.authorLinkedIn }}" >I have a LinkedIn profile</a>. &#128204;</p>
<p>&#127916; <a rel="me" href="{{ .Site.Params.authorLetterboxd }}" >I use Letterboxd, "the social network for film lovers."</a>. &#127916;</p>
<p>&#128588; This website is a member of <a href="https://512kb.club/"><b>The 512KB Club</b></a> and <a href="https://nojs.club/"><b>The NoJS Club</b></a>! &#128588;</p>
</div>
</main>
@ -38,7 +39,7 @@ Examples for writing 'backward compatible' h-card markup available at https://mi
<div class="center">
<a class="link-000" href="https://ForTheBadge.com/"><img src="/img/built-with-love.svg" alt="This site was built with love, using Git and Hugo." title="I also used Git and Hugo." /></a>
<a class="link-000" href="{{ .Site.Params.license }}"><img src="/img/CC-BY-SA.svg" alt="Original content by {{ .Site.Params.author }} is licensed under {{ .Site.Copyright }}" title="{{ .Site.Params.copyrightMessage }}" /></a>
<p><b><a class="u-email email" rel="me" href="mailto:{{ .Site.Params.authorEmail }}">Contact me</a>. <a href="{{ .Site.Params.authorLetterboxd }} " >Letterboxd</a>. <a href="{{ .Site.Params.authorLinkedIn }} " >LinkedIn</a>. <a href="/privacy/" >Privacy</a>. <a rel="pgpkey" href="/ethan.asc.txt">Public key</a> <a href="https://keyoxide.org/{{ .Site.Params.authorEmail }}">(Keyoxide)</a>.</b></p>
<p><b><a class="u-email email" rel="me" href="mailto:{{ .Site.Params.authorEmail }}">Contact me</a>. <a href="/privacy/" >Privacy</a>. <a rel="pgpkey" href="/ethan.asc.txt">Public key</a> <a href="https://keyoxide.org/{{ .Site.Params.authorEmail }}">(Keyoxide)</a>.</b></p>
<p>&#128421; <a href="/cloudflare/" ><i>Where is this website hosted?</i></a> &#128421;</p>
</div>