Changeset - e0e8bdc9a8ab
[Not reviewed]
0 1 0
Tobias Schulmann - 6 years ago 2018-07-12 01:28:51
tobias.schulmann@gmail.com
Fix twitter handle
1 file changed with 15 insertions and 15 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/site_base.html
Show inline comments
...
 
@@ -19,4 +19,4 @@
 
  <title>{% block head_title_base %}{% if SITE_NAME %}{{ SITE_NAME }} | {% endif %}{% block head_title %}{% endblock %}{% endblock %}</title>
 
  
 
  
 

	
 

	
 
  <link rel="apple-touch-icon" sizes="180x180" href="{% static 'assets/favicon/apple-touch-icon.png' %}">
...
 
@@ -27,3 +27,3 @@
 
  <meta name="theme-color" content="#ffffff">
 
  
 

 
  <meta property="og:type" content="website" />
...
 
@@ -39,4 +39,4 @@
 
  {% endblock %}
 
  
 
  
 

	
 

	
 
  {% block extra_head_base %}
...
 
@@ -50,3 +50,3 @@
 
  </header>
 
    
 

 
  <main role="main" class="{% block main_class %}container{% endblock %}">
...
 
@@ -61,4 +61,4 @@
 
    {% endif %}
 
    
 
    
 

	
 

	
 
    <h1 class="text-primary text-upper h2 mb-5">{% block page_title %}{% endblock %}</h1>
...
 
@@ -67,3 +67,3 @@
 
    {% block body_out %}
 
    
 

 
    <div class="row">
...
 
@@ -78,3 +78,3 @@
 
    {% endblock %}
 
    
 

 
    {% block footer_base %}
...
 
@@ -83,3 +83,3 @@
 
    {% endblock %}
 
    
 

 
    {% block scripts %}
...
 
@@ -97,3 +97,3 @@
 
        gtag('js', new Date());
 
        
 

 
        gtag('config', '{{ settings.ANALYTICS_KEY }}');
...
 
@@ -107,3 +107,3 @@
 
    {% endblock %}
 
    
 

 
    {% block extra_body_base %}
...
 
@@ -132,3 +132,3 @@
 
      </a>
 
      <a class="a-img" href="https://twitter.com/linuxconfau2019" target="_blank" rel="noopener" aria-label="Twitter">
 
      <a class="a-img" href="https://twitter.com/linuxconfau" target="_blank" rel="noopener" aria-label="Twitter">
 
        <svg class="navbar-nav-svg {% if color == 'green' %} text-white{% endif %}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 416.32" focusable="false"><title>Twitter</title>
...
 
@@ -147,3 +147,3 @@
 
      </a>
 
    </p>   
 
    </p>
 
  </footer>
0 comments (0 inline, 0 general)