couple small fixes: home title attr, add mising tag, move post topics up in postlist
This commit is contained in:
@ -4,14 +4,14 @@
|
|||||||
<a class="postlink" href="{{ post.url }}">
|
<a class="postlink" href="{{ post.url }}">
|
||||||
<h2 data-ha-exclude>{{ post.data.title }} {% if "blur" in post.data.tags %}(mature){% endif %}</h2>
|
<h2 data-ha-exclude>{{ post.data.title }} {% if "blur" in post.data.tags %}(mature){% endif %}</h2>
|
||||||
{% if post.data.image %}
|
{% if post.data.image %}
|
||||||
<img src="/img/{{ post.data.image.src }}" alt="{{ post.data.image.alt }}"
|
|
||||||
{% if "blur" in post.data.tags %}class="blur"{% endif %}>
|
|
||||||
{% endif %}
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
{% for tag in post.data.tags | removeBasicTags %}
|
{% for tag in post.data.tags | removeBasicTags %}
|
||||||
<li>{{ tag }}</li>
|
<li>{{ tag }}</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
<img src="/img/{{ post.data.image.src }}" alt="{{ post.data.image.alt }}"
|
||||||
|
{% if "blur" in post.data.tags %}class="blur"{% endif %}>
|
||||||
|
{% endif %}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
@ -10,6 +10,7 @@ eleventyNavigation:
|
|||||||
order: 3
|
order: 3
|
||||||
icon: fa fa-solid fa-crow
|
icon: fa fa-solid fa-crow
|
||||||
title: home
|
title: home
|
||||||
|
label: home
|
||||||
---
|
---
|
||||||
<p class="centered">(or <a href="/tags/">browse by tags</a>)</p>
|
<p class="centered">(or <a href="/tags/">browse by tags</a>)</p>
|
||||||
|
|
||||||
|
|||||||
@ -3,6 +3,8 @@ title: block printing transfer method
|
|||||||
image:
|
image:
|
||||||
src: 2023/transfer-wip.jpg
|
src: 2023/transfer-wip.jpg
|
||||||
alt: "A pink block of carving material with a printed design of a bird attached to it. The paper has been partially rubbed away (process described in this post) to reveal the inked design on the carving material."
|
alt: "A pink block of carving material with a printed design of a bird attached to it. The paper has been partially rubbed away (process described in this post) to reveal the inked design on the carving material."
|
||||||
|
tags:
|
||||||
|
- print
|
||||||
---
|
---
|
||||||
|
|
||||||
## materials
|
## materials
|
||||||
|
|||||||
Reference in New Issue
Block a user