This commit is contained in:
2025-12-22 20:22:31 -05:00
parent 84a82fd3f7
commit dd7bf61b09
3 changed files with 24 additions and 178 deletions

View File

@@ -12,17 +12,18 @@ site.favicon = "/static/favicon.ico"
site:banner(fes.app.header.render(std))
site:note(std.blockquote([[
"UNIX is very simple" - Dennis Ritchie
<br>
"GNU's Not UNIX" - Richard Stallman
]] ))
site:custom(fes.markdown_to_html([[
News
===
site:note(u.cc({
std.h2("Daily Random Snippet"),
std.p("The following is a random code snippet that features a unique feature or syntax."),
std.blockquote(std.pre(fes.app.snippet.daily_random())),
}))
2025-12-17
----------
Some changes were made to this site.
[sites](https://git.vxserver.dev/fSD/sites)
* General improvments and fixes
* Moving the news page to here.
]]))
site:note(fes.app.footer.render(std))