Compare commits

...

2 Commits

Author SHA1 Message Date
06b55f5582 1.4 line height 2026-02-01 09:56:55 +01:00
f4273bafca Remove site name from title 2026-02-01 09:56:42 +01:00
3 changed files with 2 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ body {
body {
font-family: "Iosevka Aile Web", monospace;
-webkit-text-size-adjust: 100%;
line-height: 1.4;
}

View File

@@ -17,7 +17,6 @@ if (!defined('DOKU_INC')) die();
<meta charset="utf-8" />
<title>
<?php echo hsc(tpl_img_getTag('IPTC.Headline', $IMG))?>
[<?php echo strip_tags($conf['title'])?>]
</title>
<?php tpl_metaheaders()?>
<meta name="viewport" content="width=device-width,initial-scale=1" />

View File

@@ -16,7 +16,7 @@ $showSidebar = $hasSidebar && ($ACT == 'show');
<html lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
<head>
<meta charset="utf-8" />
<title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>
<title><?php tpl_pagetitle() ?></title>
<?php tpl_metaheaders() ?>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<?php echo tpl_favicon(['favicon', 'mobile']) ?>