style: image alt and attrib in one line
This commit is contained in:
parent
c051e7fb48
commit
7dd037634b
5 changed files with 24 additions and 21 deletions
|
@ -40,22 +40,25 @@ layout: default
|
|||
title="{{page.description | escape}}"
|
||||
src="../assets/images/{{page.image}}.jpg"
|
||||
/>
|
||||
{% if page.image-alt %}
|
||||
|
||||
<p class="blog-post__header__image-caption">
|
||||
{{ page.image-alt }}
|
||||
{% if page.image-alt %}
|
||||
{{ page.image-alt }}
|
||||
{% endif %}
|
||||
{% if page.image-attrib %}
|
||||
{% if page.image-alt %}
|
||||
•
|
||||
{% endif %}
|
||||
{% if page.image-attrib-url %}
|
||||
|
||||
<a href="{{ page.image-attrib-url }}" targe="_blank"
|
||||
>Photo © {{ page.image-attrib }}</a
|
||||
>
|
||||
{% else %}
|
||||
Photo © {{ page.image-attrib }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</p>
|
||||
{% endif %}
|
||||
{% if page.image-attrib %} {% if page.image-attrib-url %}
|
||||
<p class="blog-post__header__image-caption">
|
||||
<a href="{{ page.image-attrib-url }}" targe="_blank"
|
||||
>Photo © {{ page.image-attrib }}</a
|
||||
>
|
||||
</p>
|
||||
{% else %}
|
||||
<p class="blog-post__header__image-caption">
|
||||
Photo © {{ page.image-attrib }}
|
||||
</p>
|
||||
{% endif %} {% endif %}
|
||||
|
||||
|
||||
{% endif %}
|
||||
|
|
|
@ -3,8 +3,8 @@ title: "You Don't Need a Mentor"
|
|||
image: eating-out
|
||||
permalink: /weekly-review-13/
|
||||
description: "Accountability is the real underlying principle we need"
|
||||
image-attrib: >-
|
||||
Ayo Ayco. Since the pandemic, "eating out" meant we buy food somewhere and eat in the car
|
||||
image-attrib: Ayo Ayco
|
||||
image-alt: Since the pandemic, "eating out" meant we buy food somewhere and eat in the car
|
||||
category: personal
|
||||
---
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@ title: "Anxiety and Importance of Rest"
|
|||
image: biggest-snail
|
||||
permalink: /weekly-review-14/
|
||||
description: "Just some musings on active waiting and resting"
|
||||
image-attrib: >-
|
||||
Ayo Ayco. The biggest snail we found; seems the most accomplished snail taking its time. Haha!
|
||||
image-attrib: Ayo Ayco
|
||||
image-alt: The biggest snail we found; seems the most accomplished snail taking its time. Haha!
|
||||
category: personal
|
||||
---
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@ title: "What's the Real Next Action?"
|
|||
image: kribbestraat-55
|
||||
permalink: /weekly-review-15/
|
||||
description: "All projects can be daunting if you don't start this habit."
|
||||
image-attrib: >-
|
||||
Ayo Ayco. Winter time in the city.
|
||||
image-attrib: Ayo Ayco
|
||||
image-alt: Winter time in the city
|
||||
category: personal
|
||||
---
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ title: "Introduction to Astro - Coven of Wisdom Amsterdam 2023"
|
|||
permalink: /:title/
|
||||
image: astro-amsterdam-2023
|
||||
image-attrib: Lee Ravenberg
|
||||
image-alt: Ayo Ayco, presenting Astro app creation tool in front of a crowd
|
||||
image-alt: Presenting Astro app creation in front of a crowd
|
||||
description: "Fun squeezing awesome Astro stuff into a tiny meetup talk"
|
||||
category: talks
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue