Compare commits
No commits in common. "2fcb3b732249d34a2371744362bc299dddf5e166" and "924e33bb2288d86def1566da38acc10035c216c3" have entirely different histories.
2fcb3b7322
...
924e33bb22
|
@ -1,8 +1,5 @@
|
||||||
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
|
||||||
|
|
|
@ -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
|
text: assorted mods for Caves of Qud (C#)
|
||||||
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
|
||||||
|
|
|
@ -11,6 +11,9 @@
|
||||||
</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 }}
|
||||||
|
|
Loading…
Reference in a new issue