Changeset - 6a1f32d4f8bf
[Not reviewed]
0 3 0
Joshua Simmons - 7 years ago 2017-08-13 23:06:48
i@joshuasimmons.name
remove xhtml-style tag closures
3 files changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/_default_sidebar.html
Show inline comments
...
 
@@ -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>
pinaxcon/templates/_styles.html
Show inline comments
...
 
@@ -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 %}
pinaxcon/templates/static_pages/homepage.html
Show inline comments
...
 
@@ -25,7 +25,7 @@
 
      </h3>
 

	
 
      <h4>
 
        <strong>2017 conference:</strong> December 2 &amp; 3 <br/>
 
        <strong>2017 conference:</strong> December 2 &amp; 3 <br>
 
        Talk submissions close September 29
 
      </h4>
 
    </div>
0 comments (0 inline, 0 general)