Add link tag for RSS feed to HTML output.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2020-10-19 11:47:47 +02:00
parent f373dd3363
commit ffbc01a5da
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,8 @@ void write_html(ostream &out, const vector<entry_type> &entries)
background-color: #0001;
}
</style>
<link rel="alternate" type="application/rss+xml"
title="The newest FediBlock entries. All tags." href="/rss">
</head>
<body>
<h1>Blocklist</h1>