mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-07 18:08:46 -06:00
De-duplicate article tags, highlight anchor tags in light blue within article
This commit is contained in:
@@ -72,9 +72,7 @@ const titleTag = title != undefined ? `${title} | xevion.blog` : 'xevion.blog';
|
||||
<a href="https://xevion.dev/resume">~/resume/</a>
|
||||
</nav>
|
||||
<div class="max-w-screen-lg">
|
||||
<article>
|
||||
<slot name="default" />
|
||||
</article>
|
||||
<slot name="default" />
|
||||
</div>
|
||||
<p class="text-center">
|
||||
<a href="/feed.xml">Atom</a>
|
||||
|
||||
@@ -29,7 +29,7 @@ const { title, pubDate, tags } = post.data;
|
||||
</i>
|
||||
<article>
|
||||
<slot />
|
||||
</article>
|
||||
</article>
|
||||
<!-- <p> -->
|
||||
<!-- {% if page.custom_js %} -->
|
||||
<!-- {% for file in page.custom_js %} -->
|
||||
|
||||
@@ -147,6 +147,10 @@ hr {
|
||||
color: white;
|
||||
}
|
||||
|
||||
article a {
|
||||
color: #90bcff;
|
||||
}
|
||||
|
||||
hr {
|
||||
font-size: 1.5em;
|
||||
margin: 1rem 0;
|
||||
|
||||
Reference in New Issue
Block a user