projects
/
cx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
inline
| side by side (from parent 1:
85fe5bf
)
correctly mark feed as atom
author
Ben Sherratt
<redacted>
Wed, 13 Mar 2024 22:31:19 +0000
(22:31 +0000)
committer
Ben Sherratt
<redacted>
Wed, 13 Mar 2024 22:31:19 +0000
(22:31 +0000)
cx/templates/public/base.php
patch
|
blob
|
history
diff --git
a/cx/templates/public/base.php
b/cx/templates/public/base.php
index 95f868116136c707500f93d9fc2c61d7044f5834..927c09bcaf989bb75bb62b80d1330d2429a0d63d 100644
(file)
--- a/
cx/templates/public/base.php
+++ b/
cx/templates/public/base.php
@@
-13,7
+13,7
@@
<?php endif; ?>
<link rel="stylesheet" href="<?= cx_url('/design/css/style.css') ?>">
<?php endif; ?>
<link rel="stylesheet" href="<?= cx_url('/design/css/style.css') ?>">
- <link rel="alternate" type="application/
rss
+xml" title="bts.cx" href="<?= cx_url('/feed/') ?>" />
+ <link rel="alternate" type="application/
atom
+xml" title="bts.cx" href="<?= cx_url('/feed/') ?>" />
<?php if (isset($cx_post_meta)): ?>
<?php if (isset($cx_post_meta)): ?>