feat: add RSS/Atom/JSON meta to all HTML pages
This commit is contained in:
parent
4d5031075c
commit
2ad2b53611
|
@ -4,6 +4,9 @@
|
||||||
<head>
|
<head>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Tildes Issue Log</title>
|
<title>Tildes Issue Log</title>
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="./feed.rss" title="Tildes Issue Log (RSS 2.0)">
|
||||||
|
<link rel="alternate" type="application/atom+xml" href="./feed.atom" title="Tildes Issue Log (Atom 1.0)">
|
||||||
|
<link rel="alternate" type="application/json" href="./feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
|
||||||
<link rel="stylesheet" href="css/common.css">
|
<link rel="stylesheet" href="css/common.css">
|
||||||
<link rel="stylesheet" href="css/index.css">
|
<link rel="stylesheet" href="css/index.css">
|
||||||
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
||||||
|
@ -117,6 +120,22 @@
|
||||||
<a href="posts/template.html">Post Template (for devs/writers)</a>
|
<a href="posts/template.html">Post Template (for devs/writers)</a>
|
||||||
</h2>
|
</h2>
|
||||||
</article>
|
</article>
|
||||||
|
<h1>Feeds</h1>
|
||||||
|
<article class="post">
|
||||||
|
<h2>
|
||||||
|
<a href="./feed.atom">Atom 1.0</a>
|
||||||
|
</h2>
|
||||||
|
</article>
|
||||||
|
<article class="post">
|
||||||
|
<h2>
|
||||||
|
<a href="./feed.json">JSON Feed 1.0</a>
|
||||||
|
</h2>
|
||||||
|
</article>
|
||||||
|
<article class="post">
|
||||||
|
<h2>
|
||||||
|
<a href="./feed.rss">RSS 2.0</a>
|
||||||
|
</h2>
|
||||||
|
</article>
|
||||||
</section>
|
</section>
|
||||||
<footer id="footer">
|
<footer id="footer">
|
||||||
<h3>
|
<h3>
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
<title>April 2019</title>
|
<title>April 2019</title>
|
||||||
<link rel="stylesheet" href="../css/common.css">
|
<link rel="stylesheet" href="../css/common.css">
|
||||||
<link rel="stylesheet" href="../css/post.css">
|
<link rel="stylesheet" href="../css/post.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
|
||||||
|
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
|
||||||
|
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
|
||||||
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
<title>August 2018</title>
|
<title>August 2018</title>
|
||||||
<link rel="stylesheet" href="../css/common.css">
|
<link rel="stylesheet" href="../css/common.css">
|
||||||
<link rel="stylesheet" href="../css/post.css">
|
<link rel="stylesheet" href="../css/post.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
|
||||||
|
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
|
||||||
|
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
|
||||||
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
<title>December 2018</title>
|
<title>December 2018</title>
|
||||||
<link rel="stylesheet" href="../css/common.css">
|
<link rel="stylesheet" href="../css/common.css">
|
||||||
<link rel="stylesheet" href="../css/post.css">
|
<link rel="stylesheet" href="../css/post.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
|
||||||
|
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
|
||||||
|
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
|
||||||
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
<title>February 2019</title>
|
<title>February 2019</title>
|
||||||
<link rel="stylesheet" href="../css/common.css">
|
<link rel="stylesheet" href="../css/common.css">
|
||||||
<link rel="stylesheet" href="../css/post.css">
|
<link rel="stylesheet" href="../css/post.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
|
||||||
|
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
|
||||||
|
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
|
||||||
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
<title>January 2019</title>
|
<title>January 2019</title>
|
||||||
<link rel="stylesheet" href="../css/common.css">
|
<link rel="stylesheet" href="../css/common.css">
|
||||||
<link rel="stylesheet" href="../css/post.css">
|
<link rel="stylesheet" href="../css/post.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
|
||||||
|
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
|
||||||
|
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
|
||||||
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
<title>July 2018</title>
|
<title>July 2018</title>
|
||||||
<link rel="stylesheet" href="../css/common.css">
|
<link rel="stylesheet" href="../css/common.css">
|
||||||
<link rel="stylesheet" href="../css/post.css">
|
<link rel="stylesheet" href="../css/post.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
|
||||||
|
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
|
||||||
|
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
|
||||||
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
<title>June 2018</title>
|
<title>June 2018</title>
|
||||||
<link rel="stylesheet" href="../css/common.css">
|
<link rel="stylesheet" href="../css/common.css">
|
||||||
<link rel="stylesheet" href="../css/post.css">
|
<link rel="stylesheet" href="../css/post.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
|
||||||
|
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
|
||||||
|
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
|
||||||
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
<title>June 2019</title>
|
<title>June 2019</title>
|
||||||
<link rel="stylesheet" href="../css/common.css">
|
<link rel="stylesheet" href="../css/common.css">
|
||||||
<link rel="stylesheet" href="../css/post.css">
|
<link rel="stylesheet" href="../css/post.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
|
||||||
|
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
|
||||||
|
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
|
||||||
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
<title>March 2019</title>
|
<title>March 2019</title>
|
||||||
<link rel="stylesheet" href="../css/common.css">
|
<link rel="stylesheet" href="../css/common.css">
|
||||||
<link rel="stylesheet" href="../css/post.css">
|
<link rel="stylesheet" href="../css/post.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
|
||||||
|
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
|
||||||
|
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
|
||||||
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
<title>May 2018</title>
|
<title>May 2018</title>
|
||||||
<link rel="stylesheet" href="../css/common.css">
|
<link rel="stylesheet" href="../css/common.css">
|
||||||
<link rel="stylesheet" href="../css/post.css">
|
<link rel="stylesheet" href="../css/post.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
|
||||||
|
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
|
||||||
|
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
|
||||||
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
<title>May 2019</title>
|
<title>May 2019</title>
|
||||||
<link rel="stylesheet" href="../css/common.css">
|
<link rel="stylesheet" href="../css/common.css">
|
||||||
<link rel="stylesheet" href="../css/post.css">
|
<link rel="stylesheet" href="../css/post.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
|
||||||
|
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
|
||||||
|
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
|
||||||
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
<title>November 2018</title>
|
<title>November 2018</title>
|
||||||
<link rel="stylesheet" href="../css/common.css">
|
<link rel="stylesheet" href="../css/common.css">
|
||||||
<link rel="stylesheet" href="../css/post.css">
|
<link rel="stylesheet" href="../css/post.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
|
||||||
|
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
|
||||||
|
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
|
||||||
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
<title>October 2018</title>
|
<title>October 2018</title>
|
||||||
<link rel="stylesheet" href="../css/common.css">
|
<link rel="stylesheet" href="../css/common.css">
|
||||||
<link rel="stylesheet" href="../css/post.css">
|
<link rel="stylesheet" href="../css/post.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
|
||||||
|
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
|
||||||
|
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
|
||||||
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
<title>September 2018</title>
|
<title>September 2018</title>
|
||||||
<link rel="stylesheet" href="../css/common.css">
|
<link rel="stylesheet" href="../css/common.css">
|
||||||
<link rel="stylesheet" href="../css/post.css">
|
<link rel="stylesheet" href="../css/post.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
|
||||||
|
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
|
||||||
|
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
|
||||||
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
<title>Month Year</title>
|
<title>Month Year</title>
|
||||||
<link rel="stylesheet" href="../css/common.css">
|
<link rel="stylesheet" href="../css/common.css">
|
||||||
<link rel="stylesheet" href="../css/post.css">
|
<link rel="stylesheet" href="../css/post.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
|
||||||
|
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
|
||||||
|
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
|
||||||
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
||||||
|
|
Reference in New Issue