Skip to content

Commit

Permalink
Fix formatting issues in Dangerzone blog post and for multi-author po…
Browse files Browse the repository at this point in the history
…sts.

PiperOrigin-RevId: 677901137
  • Loading branch information
EtiennePerot authored and gvisor-bot committed Sep 23, 2024
1 parent f6cd886 commit 48b7308
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
22 changes: 11 additions & 11 deletions website/_includes/byline.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
<a href="{% if author.url %}{{ author.url }}{% else %}mailto:{{ author.email }}{% endif %}">{{ author.name }}</a>
{% else %}
{{ author_id }}
{% endif %}
{% if i == and_pos %}
and
{% elsif i < and_pos %}
,
{% endif %}
{% assign author=site.authors[author_id] %}<!--
-->{% if author %}<!--
--><a href="{% if author.url %}{{ author.url }}{% else %}mailto:{{ author.email }}{% endif %}">{{ author.name }}</a><!--
-->{% else %}<!--
-->{{ author_id }}<!--
-->{% endif %}<!--
-->{% if i == and_pos %}<!--
--> and <!--
-->{% elsif i < and_pos %}<!--
-->, <!--
-->{% endif %}
{% endfor %}
on <span class="text-muted">{{ include.date | date_to_long_string }}</span>
12 changes: 7 additions & 5 deletions website/blog/2024-09-23-dangerzone.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 48b7308

Please sign in to comment.