remove xhtml-style tag closures
This commit is contained in:
parent
cd1f3911a9
commit
6a1f32d4f8
3 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
|||
<div>
|
||||
{% if sponsor.website_logo %}
|
||||
<a href="{{ sponsor.external_url }}" title="{{ sponsor.name }}">
|
||||
<img src="{% thumbnail sponsor.website_logo '600x360' %}" alt="{{ sponsor.name }}" />
|
||||
<img src="{% thumbnail sponsor.website_logo '600x360' %}" alt="{{ sponsor.name }}">
|
||||
</a>
|
||||
{% else %}
|
||||
<a href="{{ sponsor.external_url }}" title="{{ sponsor.name }}">{{ sponsor.name }}</a>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{% load staticfiles %}
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,500,700" rel="stylesheet">
|
||||
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
{% compress css %}
|
||||
<link rel="stylesheet" type="text/x-scss" href="{% static "scss/site.scss" %}" />
|
||||
<link rel="stylesheet" type="text/x-scss" href="{% static "scss/site.scss" %}">
|
||||
{% endcompress %}
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
</h3>
|
||||
|
||||
<h4>
|
||||
<strong>2017 conference:</strong> December 2 & 3 <br/>
|
||||
<strong>2017 conference:</strong> December 2 & 3 <br>
|
||||
Talk submissions close September 29
|
||||
</h4>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue