add Atom content feed in the header of a page - saait - the most boring static … | |
git clone git://git.codemadness.org/saait | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit c2c2c0934d8b2b362dddd503df382a1b5ae2afb5 | |
parent 5081d4732c16126a4cc3cf2e6ac20207f15f0a96 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Wed, 4 Nov 2020 17:57:11 +0100 | |
add Atom content feed in the header of a page | |
Diffstat: | |
M templates/index.html/header.html | 1 + | |
M templates/page/header.html | 1 + | |
2 files changed, 2 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/templates/index.html/header.html b/templates/index.html/header.html | |
@@ -12,6 +12,7 @@ | |
<link rel="stylesheet" href="style.css" type="text/css" media="screen"… | |
<link rel="stylesheet" href="print.css" type="text/css" media="print" … | |
<link rel="alternate" href="atom.xml" type="application/atom+xml" titl… | |
+ <link rel="alternate" href="atom_content.xml" type="application/atom+x… | |
<link rel="icon" href="/favicon.png" type="image/png" /> | |
</head> | |
<body> | |
diff --git a/templates/page/header.html b/templates/page/header.html | |
@@ -12,6 +12,7 @@ | |
<link rel="stylesheet" href="style.css" type="text/css" media="screen"… | |
<link rel="stylesheet" href="print.css" type="text/css" media="print" … | |
<link rel="alternate" href="atom.xml" type="application/atom+xml" titl… | |
+ <link rel="alternate" href="atom_content.xml" type="application/atom+x… | |
<link rel="icon" href="/favicon.png" type="image/png" /> | |
</head> | |
<body> |