Compare commits
No commits in common. "2fcb3b732249d34a2371744362bc299dddf5e166" and "924e33bb2288d86def1566da38acc10035c216c3" have entirely different histories.
2fcb3b7322
...
924e33bb22
|
@ -1,8 +1,5 @@
|
|||
LinkMap:
|
||||
hosted apps:
|
||||
- href: https://kuma.burning.moe/status/amazing-beaver
|
||||
text: burning.moe status page
|
||||
icon: simple-icons:uptimekuma
|
||||
- href: https://git.burning.moe/
|
||||
text: gitea
|
||||
icon: mdi:git
|
||||
|
|
|
@ -14,7 +14,7 @@ LinkMap:
|
|||
icon: simple-icons:lua
|
||||
other modding:
|
||||
- href: https://git.burning.moe/celediel/qud-mods
|
||||
text: assorted mods for Caves of Qud
|
||||
text: assorted mods for Caves of Qud (C#)
|
||||
icon: teenyicons:c-sharp-solid
|
||||
misc:
|
||||
- href: https://git.burning.moe/celediel/poiekolon.nvim
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
</a>
|
||||
<br />
|
||||
<span id="words">
|
||||
<!--
|
||||
<a href="about">about</a>
|
||||
-->
|
||||
{{ range (index .LinkMap "Pages")}}
|
||||
<a href="{{ .Href }}">{{ .Text }}</a><br />
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue