diff options
author | dvs1 | 2025-01-25 03:14:10 +1000 |
---|---|---|
committer | dvs1 | 2025-01-25 03:14:10 +1000 |
commit | 5a671268340c107ee94f8244f01b6cb8ee9decd0 (patch) | |
tree | 6d9dc191d25efb486c46a7b1865ef19cb70df8ca /default.template | |
parent | Replace cmark-gfm and lcmark with luamark. (diff) | |
download | notYetAnotherWiki-5a671268340c107ee94f8244f01b6cb8ee9decd0.zip notYetAnotherWiki-5a671268340c107ee94f8244f01b6cb8ee9decd0.tar.gz notYetAnotherWiki-5a671268340c107ee94f8244f01b6cb8ee9decd0.tar.bz2 notYetAnotherWiki-5a671268340c107ee94f8244f01b6cb8ee9decd0.tar.xz |
YAR see description for details.
New everything page, lists all the pages and where they came from, with
links.
Now we know where the page came from, type and URL.
Rejigged how metadata works.
Do our own metadata substitution.
Fixed up a bunch of bugs.
General cleanups.
Diffstat (limited to 'default.template')
-rw-r--r-- | default.template | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/default.template b/default.template index 9f2490b..bedfdcf 100644 --- a/default.template +++ b/default.template | |||
@@ -2,7 +2,6 @@ | |||
2 | <html> | 2 | <html> |
3 | <head> | 3 | <head> |
4 | <meta charset="utf-8"> | 4 | <meta charset="utf-8"> |
5 | <meta name="generator" contents="lcmark"> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> |
7 | <title>$title$</title> | 6 | <title>$title$</title> |
8 | <link rel="icon" type="image/png" href="$favicon$" /> | 7 | <link rel="icon" type="image/png" href="$favicon$" /> |