Procházet zdrojové kódy

Proper title attributes on galleries’ links

master
David Larlet před 1 rokem
rodič
revize
1e5dc4f787
1 změnil soubory, kde provedl 5 přidání a 1 odebrání
  1. 5
    1
      theme/index.html.j2

+ 5
- 1
theme/index.html.j2 Zobrazit soubor

@@ -16,7 +16,11 @@
{% for gallery in galleries -%}
{% if not gallery.private %}
<div class="gallery-cover">
<a href="{{ gallery.cover_photo.page_url }}">
<a href="{{ gallery.cover_photo.page_url }}"
title="Accéder à la gallerie « {{ gallery.name }} »
{%- if gallery.cover_photo.alt %} en commençant par la photo « {{ gallery.cover_photo.alt }} »
{%- endif -%}
">
<picture>
<source
srcset="

Načítá se…
Zrušit
Uložit