diff options
author | Your Name <you@example.com> | 2025-01-08 12:38:44 +1100 |
---|---|---|
committer | Your Name <you@example.com> | 2025-01-08 12:38:44 +1100 |
commit | b8ce88c99112828bfe6b8942e1ace2350b2d1fe6 (patch) | |
tree | 0bc883d2821dcb749457202665ccc6acc75c8bef /templates/core/page | |
parent | 4b7e651bf64b641583a45c122798212931902ef4 (diff) |
jeaves.xyz current templates and config
Diffstat (limited to 'templates/core/page')
-rw-r--r-- | templates/core/page | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/core/page b/templates/core/page index 10937cc..896f372 100644 --- a/templates/core/page +++ b/templates/core/page @@ -1,8 +1,9 @@ <html> <head> + <title><!--title--></title> <meta charset="utf-8"> - <link href="<!--css_main-->" rel="stylesheet" type="text/css"> - <link href="<!--css_article-->" rel="stylesheet" type="text/css"> + <link href="<!--domain-->/<!--css-->" rel="stylesheet" type="text/css"> + <link rel="icon" type="image/x-icon" href="<!--domain-->/<!--favicon-->"> </head> <body> <!--HEADER--> |