瀏覽代碼

Proper title attributes on galleries’ links

master
David Larlet 1 年之前
父節點
當前提交
1e5dc4f787
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5
    1
      theme/index.html.j2

+ 5
- 1
theme/index.html.j2 查看文件

@@ -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="

Loading…
取消
儲存