save
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user