Use cif in root template
This commit is contained in:
parent
b89683133d
commit
aff5584c85
@ -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
3
templates/test.html
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<h3>test</h3>
|
||||||
|
|
||||||
|
$target
|
Loading…
x
Reference in New Issue
Block a user