From 48b7308dcef150deacf42b62e9aea90451944946 Mon Sep 17 00:00:00 2001 From: Etienne Perot Date: Mon, 23 Sep 2024 12:41:43 -0700 Subject: [PATCH] Fix formatting issues in Dangerzone blog post and for multi-author posts. PiperOrigin-RevId: 677901137 --- website/_includes/byline.html | 22 +++++++++++----------- website/blog/2024-09-23-dangerzone.md | 12 +++++++----- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/website/_includes/byline.html b/website/_includes/byline.html index 1e808260f0..86bb810949 100644 --- a/website/_includes/byline.html +++ b/website/_includes/byline.html @@ -3,16 +3,16 @@ {% assign and_pos=include.authors.size | minus: 2 %} {% for i in (0..last_pos) %} {% assign author_id=include.authors[i] %} - {% assign author=site.authors[author_id] %} - {% if author %} - {{ author.name }} - {% else %} - {{ author_id }} - {% endif %} - {% if i == and_pos %} - and - {% elsif i < and_pos %} - , - {% endif %} + {% assign author=site.authors[author_id] %}{% if author %}{{ author.name }}{% else %}{{ author_id }}{% endif %}{% if i == and_pos %} and {% elsif i < and_pos %}, {% endif %} {% endfor %} on {{ include.date | date_to_long_string }} diff --git a/website/blog/2024-09-23-dangerzone.md b/website/blog/2024-09-23-dangerzone.md index 8ed8b6b53b..b3da295209 100644 --- a/website/blog/2024-09-23-dangerzone.md +++ b/website/blog/2024-09-23-dangerzone.md @@ -401,8 +401,10 @@ Dangerzone is strongly security-focused, so we believe it's worth the cost. We hope that this article demystifies some security aspects of containers, so that you can use Dangerzone and gVisor with even more confidence. Feel free to -reach out to us with any questions or comments: * -[Etienne Perot](https://perot.me) * [Alexis Métaireau](https://notmyidea.org) * -[Alex Pyrgiotis](https://freedom.press/people/alex-p) * -[Freedom of the Press Foundation (FPF)](https://freedom.press/contact/) * -[gVisor community](https://gvisor.dev/community) +reach out to us with any questions or comments: + +* [Alexis Métaireau](https://notmyidea.org) +* [Alex Pyrgiotis](https://freedom.press/people/alex-p) +* [Etienne Perot](https://perot.me) +* [Freedom of the Press Foundation (FPF)](https://freedom.press/contact/) +* [gVisor community](https://gvisor.dev/community)