diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/templates/index.html b/templates/index.html deleted file mode 100644 index 8a9042f..0000000 --- a/templates/index.html +++ /dev/null @@ -1,17 +0,0 @@ -{% extends "base.html" %} - -{% block content %} - - {{ section.content | safe }} - - <div id="gifs"> - {% for gif in config.extra.gifs %} - {% set img = '<img src = "/imgs/gifs/' ~ gif.name ~'" alt="' ~ gif.alt ~ '" width=88 height=31 loading="lazy" decoding="async">' %} - {% if gif.href %} - <a href="{{ gif.href }}">{{ img | safe }}</a> - {% else %} - {{ img | safe }} - {% endif %} - {% endfor %} - </div> -{% endblock content %} |
