rss links
This commit is contained in:
parent
5b2d66bae7
commit
6c59767fcf
2 changed files with 9 additions and 2 deletions
4
blog.css
4
blog.css
|
|
@ -1,3 +1,7 @@
|
|||
a[href="./rss.xml"]:hover {
|
||||
color: var(--red) !important;
|
||||
}
|
||||
|
||||
/* article cards styling */
|
||||
|
||||
.article-card {
|
||||
|
|
|
|||
|
|
@ -55,15 +55,18 @@
|
|||
<div id="blog" class="terminal">
|
||||
<div aria-hidden="true" class="term-titlebar">
|
||||
<i class="ph-fill ph-terminal"></i>
|
||||
<p><a href="#blog">~/blog</a></p>
|
||||
<p><a href="#blog">~/blog</a> <a href="./rss.xml"><i class="ph-bold ph-rss-simple" style="text-decoration: none !important; vertical-align: middle;" alt="rss feed"></i></a></p>
|
||||
<div> <div id="minimize-btn"></div> <div id="maximize-btn"></div> <div id="close-btn"></div> </div>
|
||||
</div>
|
||||
<section>
|
||||
<p aria-hidden="true" class="term-input"><span class="folder"><i class="ph-fill ph-folder-simple" style="margin-right: -8px;"></i> ~/blog</span> <span class="status"><i class="ph-fill ph-dot-outline"></i></span> cat blog</p>
|
||||
<h1><a href="#blog">blog</a></h1>
|
||||
<h1><a href="#blog">blog</a> <a href="./rss.xml"><i class="ph-bold ph-rss" style="text-decoration: none !important; vertical-align: middle;" alt="rss feed"></a></i></h1>
|
||||
<small>alternatively; rantpage</small>
|
||||
<p>welcome to my "blog", or whatever this is supposed to be. i rant about random things and make large writeups that probably won't make sense or contain many errors. thanks for stopping by!</p>
|
||||
<small>this is a "static index"<span aria-hidden="true">(...?)</span> so this page manually gets updated whenever i make a new blogpost. i'll try to tag things myself, and there will most likely never be a proper search function here, so you'll have to use your browser's find feature, sorry.</small>
|
||||
<br>
|
||||
<br>
|
||||
<small>oh, and i recommend "hard refreshing" (ctrl + shift + r, if you're on a computer) if you tend to visit here every once in a while. things get cached a lot, and this website doesn't "dynamically" update.</small>
|
||||
<span id="seperator"></span>
|
||||
<article class="article-card">
|
||||
<header>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue