De-duplicate article tags, highlight anchor tags in light blue within article

This commit is contained in:
2023-11-26 17:36:27 -06:00
parent 41cc729f3a
commit 40f503bcf2
3 changed files with 6 additions and 4 deletions

View File

@@ -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>

View File

@@ -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 %} -->

View File

@@ -147,6 +147,10 @@ hr {
color: white;
}
article a {
color: #90bcff;
}
hr {
font-size: 1.5em;
margin: 1rem 0;