pelican-theme-bootstrap4/templates/index.html

7 lines
190 B
HTML
Raw Permalink Normal View History

2019-04-19 18:30:55 +00:00
{% extends "article_list.html" %}
{% block canonical_rel %}<link rel="canonical" href="{{ SITEURL }}">{% endblock %}
{% block banner %}
{% include 'includes/banner.html' %}
{% endblock %}