Use cif in root template

This commit is contained in:
Catalin Constantin Mititiuc 2025-06-16 20:18:05 -07:00
parent b89683133d
commit aff5584c85
2 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<title>$site_title$if{title or id}[[ · $(title or titleize(id))]]</title> <title>$site_title$cif{title or id}[[ · $(title or titleize(id))]]</title>
<link <link
rel="stylesheet" rel="stylesheet"
id="font-bitter-css" id="font-bitter-css"

3
templates/test.html Normal file
View File

@ -0,0 +1,3 @@
<h3>test</h3>
$target