Boston 2023 created

This commit is contained in:
Devon (tek256)
2024-10-01 23:32:49 -07:00
parent 7ed9a2b2f9
commit f39aeab4a4
29 changed files with 315 additions and 35 deletions

View File

@@ -12,7 +12,7 @@
{{ if $categories }}
<ul class="mb-4">
<li class="mr-4 inline-block">
<a href="{{ `authors/` | relLangURL }}{{ .Params.Author | urlize }}/">
<a href="{{ `people/` | relLangURL }}{{ .Params.Author | urlize }}/">
<i class="fa-regular fa-circle-user mr-2"></i>{{ .Params.author }}
</a>
</li>