example-blog/articles/invisible-article.html
Minecon724 21d8a5de48
Implement hidden article
Signed-off-by: Minecon724 <git@m724.eu>
2025-03-10 18:11:20 +01:00

24 lines
No EOL
698 B
HTML

title You can't see me
summary Really you can't, because this post is...
hidden
<div style="color: black;">
<p>Random facts</p>
<ul>
<li>You clicked a link telling you <strong>NOT</strong> to click</li>
<li>It was telling you <strong>NOT</strong> to click</li>
<li>Why did you click? You were <strong>NOT</strong> supposed to</li>
<li>Fine...</li>
<li>
I'll forgive you <em>this time.</em>
</li>
</ul>
</div>
<p>Random facts</p>
<ul>
<li>Index page won't lead you here</li>
<li>Nor will RSS feed</li>
<li>However, links <a href="{{ url_for('/article/invisible-article.html') }}">like this one</a> can</li>
</ul>