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
...
 
@@ -18,6 +18,6 @@
 

	
 
  <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' %}">
 
  <link rel="icon" type="image/png" sizes="32x32" href="{% static 'assets/favicon/favicon-32x32.png' %}">
...
 
@@ -26,5 +26,5 @@
 
  <meta name="msapplication-TileColor" content="#ffffff">
 
  <meta name="theme-color" content="#ffffff">
 
  
 

 
  <meta property="og:type" content="website" />
 
  <meta property="og:title" content="linux.conf.au 2019" />
...
 
@@ -38,6 +38,6 @@
 
  {% block extra_style %}{% endblock %}
 
  {% endblock %}
 
  
 
  
 

	
 

	
 
  {% block extra_head_base %}
 
  {% block extra_head %}{% endblock %}
...
 
@@ -49,5 +49,5 @@
 
      {% block navbar %}{% include 'nav.html' %}{% endblock %}
 
  </header>
 
    
 

 
  <main role="main" class="{% block main_class %}container{% endblock %}">
 
    {% if messages %}
...
 
@@ -60,11 +60,11 @@
 
    </div>
 
    {% endif %}
 
    
 
    
 

	
 

	
 
    <h1 class="text-primary text-upper h2 mb-5">{% block page_title %}{% endblock %}</h1>
 

	
 
    {% block body_base %}
 
    {% block body_out %}
 
    
 

 
    <div class="row">
 
      <div class="col-md-12">
...
 
@@ -77,10 +77,10 @@
 
    {% endblock %}
 
    {% endblock %}
 
    
 

 
    {% block footer_base %}
 
    {% block footer %}
 
    {% endblock %}
 
    {% endblock %}
 
    
 

 
    {% block scripts %}
 
    <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
...
 
@@ -96,5 +96,5 @@
 
        function gtag(){dataLayer.push(arguments);}
 
        gtag('js', new Date());
 
        
 

 
        gtag('config', '{{ settings.ANALYTICS_KEY }}');
 
      </script>
...
 
@@ -106,5 +106,5 @@
 
    {% block scripts_extra %}{% endblock %}
 
    {% endblock %}
 
    
 

 
    {% block extra_body_base %}
 
    {% block extra_body %}
...
 
@@ -131,5 +131,5 @@
 
        </svg>
 
      </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>
 
          <path d="M160.83 416.32c193.2 0 298.92-160.22 298.92-298.92 0-4.51 0-9-.2-13.52A214 214 0 0 0 512 49.38a212.93 212.93 0 0 1-60.44 16.6 105.7 105.7 0 0 0 46.3-58.19 209 209 0 0 1-66.79 25.37 105.09 105.09 0 0 0-181.73 71.91 116.12 116.12 0 0 0 2.66 24c-87.28-4.3-164.73-46.3-216.56-109.82A105.48 105.48 0 0 0 68 159.6a106.27 106.27 0 0 1-47.53-13.11v1.43a105.28 105.28 0 0 0 84.21 103.06 105.67 105.67 0 0 1-47.33 1.84 105.06 105.06 0 0 0 98.14 72.94A210.72 210.72 0 0 1 25 370.84a202.17 202.17 0 0 1-25-1.43 298.85 298.85 0 0 0 160.83 46.92" fill="currentColor"></path>
...
 
@@ -146,5 +146,5 @@
 
        </svg>
 
      </a>
 
    </p>   
 
    </p>
 
  </footer>
 
</body>
0 comments (0 inline, 0 general)