new gameboy post with propa media :D
All checks were successful
Build and Deploy Blog Site / setup-website-content (push) Successful in 15s

This commit is contained in:
2026-06-22 23:13:37 -07:00
parent 25e7e2cc46
commit 5e38fec792
9 changed files with 103 additions and 0 deletions

View File

@@ -0,0 +1 @@
<a class="link" href="{{ .Get 1}}">{{ emojify ":link:" }}{{ .Get 0 }}</a>

View File

@@ -12,6 +12,10 @@ a {
color: white;
}
.link {
text-decoration: underline;
}
code {
color: lightgreen;
}