From ac290d172e984358192fcedfeb762a366151a57b Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Thu, 25 Feb 2021 23:48:45 -0700 Subject: [PATCH] Added "nofollow" hint to download links --- app/views/components/header.twig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/components/header.twig b/app/views/components/header.twig index e6b0eb2..f761f54 100644 --- a/app/views/components/header.twig +++ b/app/views/components/header.twig @@ -22,7 +22,9 @@ {% include 'components/breadcrumbs.twig' %} {% if path and files is not empty and config('zip_downloads') %} - + {% endif %}