Fix punctuation
This commit is contained in:
parent
c4e3021388
commit
2eb9837a4c
|
@ -30,7 +30,7 @@ Examples for writing 'backward compatible' h-card markup available at https://mi
|
|||
<h2>Elsewhere</h2>
|
||||
<p>📚 <a href="https://ethan.yoois.me/" >I created a personal wiki</a>. 📚</p>
|
||||
<p>📌 <a rel="me" href="{{ .Site.Params.authorLinkedIn }}" >I have a LinkedIn profile</a>. 📌</p>
|
||||
<p>🎬 <a rel="me" href="{{ .Site.Params.authorLetterboxd }}" >I use Letterboxd, "the social network for film lovers."</a>. 🎬</p>
|
||||
<p>🎬 <a rel="me" href="{{ .Site.Params.authorLetterboxd }}" >I use Letterboxd, "the social network for film lovers."</a> 🎬</p>
|
||||
<p>🙌 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>! 🙌</p>
|
||||
</div>
|
||||
</main>
|
||||
|
|
Loading…
Reference in New Issue