[gtk-web/issue-33] Add a link to the apps in the carousel



commit ef9e05d6a4cafbb33ec4ccdf174b4429da7b9b73
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Mar 5 13:06:49 2020 +0000

    Add a link to the apps in the carousel

 collections/_pages/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/collections/_pages/index.html b/collections/_pages/index.html
index 0489a3a..8f4c9bb 100644
--- a/collections/_pages/index.html
+++ b/collections/_pages/index.html
@@ -165,7 +165,7 @@ news_and_events_list:
     <div class="app-logos slider pt-4 pb-5">
       {% for app in apps %}
       <div class="slide d-flex flex-column align-items-center text-center">
-        <img src="{{ '/assets/img/apps/' | append: app.logo | prepend: site.url }}" class="img-fluid 
app-icon icon-dropshadow mb-2" alt="{{ app.name }}" />
+        <a href="{{ app.link }}" target="_blank"><img src="{{ '/assets/img/apps/' | append: app.logo | 
prepend: site.url }}" class="img-fluid app-icon icon-dropshadow mb-2" alt="{{ app.name }}" /></a>
         <span class="text-muted small">{{ app.name }}</span></a>
       </div>
       {% endfor %}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]