Add link tag for RSS feed to HTML output.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f373dd3363
commit
ffbc01a5da
|
@ -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>
|
||||
|
|
Reference in New Issue
Block a user