|
|
|
|
@ -8,8 +8,9 @@
|
|
|
|
|
<title><?= $site->title() ?><?php if(!$page->is('home')): ?> ~ <?= $page->title() ?><?php endif ?></title>
|
|
|
|
|
|
|
|
|
|
<?php if($page->is('home')): ?>
|
|
|
|
|
<link rel="openid.server" href="https://id.lukasbestle.com/">
|
|
|
|
|
<link rel="openid2.provider" href="https://id.lukasbestle.com/">
|
|
|
|
|
<link rel="openid.delegate" href="<?= url() ?>">
|
|
|
|
|
<link rel="openid.server" href="https://openid.indieauth.com/openid">
|
|
|
|
|
<link rel="pgpkey" href="<?= url('pgp.asc') ?>">
|
|
|
|
|
<?php endif ?>
|
|
|
|
|
|
|
|
|
|
<?= css('assets/styles.css') ?>
|
|
|
|
|
|