[03/05/23] updated category and tag archives and added an atom feed
This commit is contained in:
parent
e66097a7c6
commit
f353e6616a
45 changed files with 3272 additions and 24 deletions
|
@ -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}};"> <i class="fas fa-folder"></i> {{ page.title }} </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;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue