Files @ 7b3ebb1fa4f0
Branch filter:

Location: CSY/sefm2020/themes/bootstrap3/templates/index.html

Benjamin Lion
add call for paper; add link to venu page; remove siteurl in pelicanconf (was messing up the css path)
1
2
3
4
5
6
7
{% extends "article_list.html" %}

{% block canonical_rel %}<link rel="canonical" href="{{ SITEURL }}">{% endblock %}

{% block banner %}
	{% include 'includes/banner.html' %}
{% endblock %}