Compare commits

..

3 commits

3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,8 @@
LinkMap: LinkMap:
hosted apps: hosted apps:
- href: https://kuma.burning.moe/status/amazing-beaver
text: burning.moe status page
icon: simple-icons:uptimekuma
- href: https://git.burning.moe/ - href: https://git.burning.moe/
text: gitea text: gitea
icon: mdi:git icon: mdi:git

View file

@ -14,7 +14,7 @@ LinkMap:
icon: simple-icons:lua icon: simple-icons:lua
other modding: other modding:
- href: https://git.burning.moe/celediel/qud-mods - href: https://git.burning.moe/celediel/qud-mods
text: assorted mods for Caves of Qud (C#) text: assorted mods for Caves of Qud
icon: teenyicons:c-sharp-solid icon: teenyicons:c-sharp-solid
misc: misc:
- href: https://git.burning.moe/celediel/poiekolon.nvim - href: https://git.burning.moe/celediel/poiekolon.nvim

View file

@ -11,9 +11,6 @@
</a> </a>
<br /> <br />
<span id="words"> <span id="words">
<!--
<a href="about">about</a>
-->
{{ range (index .LinkMap "Pages")}} {{ range (index .LinkMap "Pages")}}
<a href="{{ .Href }}">{{ .Text }}</a><br /> <a href="{{ .Href }}">{{ .Text }}</a><br />
{{ end }} {{ end }}