commit c5053398fdd93b7d4819f7bdf6ddd352957c165c Author: Pili Guerra pili@piliguerra.com Date: Thu Jan 30 16:07:01 2020 +0100
Minor display fixes --- content/gsoc/contents.lr | 2 +- templates/macros/projects.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/gsoc/contents.lr b/content/gsoc/contents.lr index 25d1562..a74dc57 100644 --- a/content/gsoc/contents.lr +++ b/content/gsoc/contents.lr @@ -10,7 +10,7 @@ html: gsoc.html --- color: primary --- -subtitle: Some projects ideas for GSoC. +subtitle: Some project ideas for GSoC. --- cta: Get coding --- diff --git a/templates/macros/projects.html b/templates/macros/projects.html index d4da228..bbda578 100644 --- a/templates/macros/projects.html +++ b/templates/macros/projects.html @@ -10,7 +10,7 @@ </div> <div> <div class="card-body"> - {{ item.summary }} + {{ item.subtitle }} <a href="{{ item.path|url }}">{{ _('Read more.') }}</a> </div> </div>
tor-commits@lists.torproject.org