[03/05/23] updated category and tag archives and added an atom feed

This commit is contained in:
Andrew Conlin 2023-05-03 21:27:26 +01:00
parent e66097a7c6
commit f353e6616a
45 changed files with 3272 additions and 24 deletions

View file

@ -16,16 +16,18 @@
<body>
<div class="container text-start">
{% include nav.html a=page.title b=categories %}
{% include nav.html a=page.title %}
<div class="col col-md-9">
{% assign categories = page.title %}
{% assign category = site.data.categories[categories] %}
<h1 style="font-weight: 500;">
{{ page.title }}
<span style="background-color:{{category.backColor}};color:{{category.textColor}};">&nbsp;<i class="fas fa-folder"></i>&nbsp;{{ page.title }}&nbsp;</span>
</h1>
<hr>
<ul style="list-style-type:none;margin:0;padding:0;">
{% for post in page.posts %}
{% assign categories = page.title %}
{% assign category = site.data.categories[categories] %}
{% assign categories = post.categories %}
{% assign category = site.data.categories[categories.first] %}
<li>
<h4><a href="{{ post.url }}">{{ post.title }}</a></h4>
<div style="font-family:Rubik;font-weight:500;">