diff --git a/_layouts/post.html b/_layouts/post.html index 5b9fad9..a01361d 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -40,22 +40,25 @@ layout: default title="{{page.description | escape}}" src="../assets/images/{{page.image}}.jpg" /> - {% if page.image-alt %} +
- {{ 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 %} + + Photo © {{ page.image-attrib }} + {% else %} + Photo © {{ page.image-attrib }} + {% endif %} + {% endif %}
- {% endif %} - {% if page.image-attrib %} {% if page.image-attrib-url %} -- Photo © {{ page.image-attrib }} -
- {% else %} -- Photo © {{ page.image-attrib }} -
- {% endif %} {% endif %} {% endif %} diff --git a/_posts/2021-11-08-weekly-review-13.md b/_posts/2021-11-08-weekly-review-13.md index c60737b..fa765b7 100644 --- a/_posts/2021-11-08-weekly-review-13.md +++ b/_posts/2021-11-08-weekly-review-13.md @@ -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 --- diff --git a/_posts/2021-11-15-weekly-review-14.md b/_posts/2021-11-15-weekly-review-14.md index c49c919..79fe1bc 100644 --- a/_posts/2021-11-15-weekly-review-14.md +++ b/_posts/2021-11-15-weekly-review-14.md @@ -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 --- diff --git a/_posts/2022-01-13-weekly-review-15.md b/_posts/2022-01-13-weekly-review-15.md index 7a1fe18..0bc05a3 100644 --- a/_posts/2022-01-13-weekly-review-15.md +++ b/_posts/2022-01-13-weekly-review-15.md @@ -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 --- diff --git a/_posts/2023-05-27-coven-of-wisdom-amsterdam-2023.md b/_posts/2023-05-27-coven-of-wisdom-amsterdam-2023.md index 8859c55..0ebe6be 100644 --- a/_posts/2023-05-27-coven-of-wisdom-amsterdam-2023.md +++ b/_posts/2023-05-27-coven-of-wisdom-amsterdam-2023.md @@ -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 ---