corrected favicon link on pages
This commit is contained in:
		
					parent
					
						
							
								774b13034d
							
						
					
				
			
			
				commit
				
					
						f4b6949d39
					
				
			
		
					 3 changed files with 16 additions and 14 deletions
				
			
		| 
						 | 
					@ -57,7 +57,7 @@
 | 
				
			||||||
      ga('send', 'pageview');
 | 
					      ga('send', 'pageview');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    </script>
 | 
					    </script>
 | 
				
			||||||
    <link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
 | 
					    <link rel="shortcut icon" href="{% static 'digitalglarus/img/favicon.ico' %}" type="image/x-icon">
 | 
				
			||||||
    <style id="igtranslator-color" type="text/css"></style>
 | 
					    <style id="igtranslator-color" type="text/css"></style>
 | 
				
			||||||
    <style type="text/css">
 | 
					    <style type="text/css">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -87,10 +87,10 @@
 | 
				
			||||||
        height: 100%;
 | 
					        height: 100%;
 | 
				
			||||||
        margin: 0px;
 | 
					        margin: 0px;
 | 
				
			||||||
        padding: 0px;
 | 
					        padding: 0px;
 | 
				
			||||||
        overflow-x: hidden; 
 | 
					        overflow-x: hidden;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      @media only screen and (min-width: 769px){ 
 | 
					      @media only screen and (min-width: 769px){
 | 
				
			||||||
        .dropdown.home-dropdown-mobile {
 | 
					        .dropdown.home-dropdown-mobile {
 | 
				
			||||||
          display:  none;
 | 
					          display:  none;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
| 
						 | 
					@ -99,10 +99,10 @@
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      @media only screen and (max-width: 768px){ 
 | 
					      @media only screen and (max-width: 768px){
 | 
				
			||||||
        .dropdown.home-dropdown-mobile {
 | 
					        .dropdown.home-dropdown-mobile {
 | 
				
			||||||
          display: block;
 | 
					          display: block;
 | 
				
			||||||
          background-color: 
 | 
					          background-color:
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        .dropdown.home-dropdown-mobile .dropdown-menu{
 | 
					        .dropdown.home-dropdown-mobile .dropdown-menu{
 | 
				
			||||||
| 
						 | 
					@ -164,7 +164,7 @@
 | 
				
			||||||
          <a class="page-scroll" href="#contact">Contact</a>
 | 
					          <a class="page-scroll" href="#contact">Contact</a>
 | 
				
			||||||
        </li>
 | 
					        </li>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		
 | 
					
 | 
				
			||||||
        {% if request.user.is_authenticated %}
 | 
					        {% if request.user.is_authenticated %}
 | 
				
			||||||
		<li class="dropdown home-dropdown-mobile open">
 | 
							<li class="dropdown home-dropdown-mobile open">
 | 
				
			||||||
          <a class="dropdown-toggle" role="button" data-toggle="dropdown" href="#">
 | 
					          <a class="dropdown-toggle" role="button" data-toggle="dropdown" href="#">
 | 
				
			||||||
| 
						 | 
					@ -177,7 +177,7 @@
 | 
				
			||||||
              </a>
 | 
					              </a>
 | 
				
			||||||
            </li>
 | 
					            </li>
 | 
				
			||||||
            <li>
 | 
					            <li>
 | 
				
			||||||
              <a href="{% url 'digitalglarus:membership_orders_list' %}"><i class="fa fa-heart-o" aria-hidden="true"></i> {% trans "Membership"%} 
 | 
					              <a href="{% url 'digitalglarus:membership_orders_list' %}"><i class="fa fa-heart-o" aria-hidden="true"></i> {% trans "Membership"%}
 | 
				
			||||||
              </a>
 | 
					              </a>
 | 
				
			||||||
            </li>
 | 
					            </li>
 | 
				
			||||||
            <li>
 | 
					            <li>
 | 
				
			||||||
| 
						 | 
					@ -200,7 +200,7 @@
 | 
				
			||||||
              </a>
 | 
					              </a>
 | 
				
			||||||
            </li>
 | 
					            </li>
 | 
				
			||||||
            <li>
 | 
					            <li>
 | 
				
			||||||
              <a href="{% url 'digitalglarus:membership_orders_list' %}"><i class="fa fa-heart-o" aria-hidden="true"></i> {% trans "Membership"%} 
 | 
					              <a href="{% url 'digitalglarus:membership_orders_list' %}"><i class="fa fa-heart-o" aria-hidden="true"></i> {% trans "Membership"%}
 | 
				
			||||||
              </a>
 | 
					              </a>
 | 
				
			||||||
            </li>
 | 
					            </li>
 | 
				
			||||||
            <li>
 | 
					            <li>
 | 
				
			||||||
| 
						 | 
					@ -210,11 +210,11 @@
 | 
				
			||||||
              </a>
 | 
					              </a>
 | 
				
			||||||
            </li>
 | 
					            </li>
 | 
				
			||||||
          </ul>
 | 
					          </ul>
 | 
				
			||||||
        </li>              
 | 
					        </li>
 | 
				
			||||||
        {% else %}
 | 
					        {% else %}
 | 
				
			||||||
            <li>
 | 
					            <li>
 | 
				
			||||||
                <a class="page-scroll" href="{% url 'digitalglarus:login' %}">Login</a>
 | 
					                <a class="page-scroll" href="{% url 'digitalglarus:login' %}">Login</a>
 | 
				
			||||||
            </li> 
 | 
					            </li>
 | 
				
			||||||
        {% endif %}
 | 
					        {% endif %}
 | 
				
			||||||
<!--          <li>
 | 
					<!--          <li>
 | 
				
			||||||
          <a class="page-scroll" href="{% url 'digitalglarus:signup' %}">Sign Up</a>
 | 
					          <a class="page-scroll" href="{% url 'digitalglarus:signup' %}">Sign Up</a>
 | 
				
			||||||
| 
						 | 
					@ -227,7 +227,7 @@
 | 
				
			||||||
    </nav>
 | 
					    </nav>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    {% block content %} {% endblock %}
 | 
					    {% block content %} {% endblock %}
 | 
				
			||||||
    
 | 
					
 | 
				
			||||||
    <footer>
 | 
					    <footer>
 | 
				
			||||||
      <div class="container">
 | 
					      <div class="container">
 | 
				
			||||||
    <div class="row">
 | 
					    <div class="row">
 | 
				
			||||||
| 
						 | 
					@ -255,7 +255,7 @@
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
    </footer>
 | 
					    </footer>
 | 
				
			||||||
        
 | 
					
 | 
				
			||||||
<script type="text/javascript" src="{% static 'digitalglarus/bower_components/jquery/dist/jquery.min.js' %}"></script>
 | 
					<script type="text/javascript" src="{% static 'digitalglarus/bower_components/jquery/dist/jquery.min.js' %}"></script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<!-- jQuery -->
 | 
					<!-- jQuery -->
 | 
				
			||||||
| 
						 | 
					@ -295,7 +295,7 @@
 | 
				
			||||||
<script type="text/javascript" src="//cdn.jsdelivr.net/jquery/1/jquery.min.js"></script>
 | 
					<script type="text/javascript" src="//cdn.jsdelivr.net/jquery/1/jquery.min.js"></script>
 | 
				
			||||||
<script type="text/javascript" src="//cdn.jsdelivr.net/momentjs/latest/moment.min.js"></script>
 | 
					<script type="text/javascript" src="//cdn.jsdelivr.net/momentjs/latest/moment.min.js"></script>
 | 
				
			||||||
<!-- <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/bootstrap/latest/css/bootstrap.css" />
 | 
					<!-- <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/bootstrap/latest/css/bootstrap.css" />
 | 
				
			||||||
 --> 
 | 
					 -->
 | 
				
			||||||
<!-- Include Date Range Picker -->
 | 
					<!-- Include Date Range Picker -->
 | 
				
			||||||
<script type="text/javascript" src="//cdn.jsdelivr.net/bootstrap.daterangepicker/2/daterangepicker.js"></script>
 | 
					<script type="text/javascript" src="//cdn.jsdelivr.net/bootstrap.daterangepicker/2/daterangepicker.js"></script>
 | 
				
			||||||
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.42/js/bootstrap-datetimepicker.min.js
 | 
					<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.42/js/bootstrap-datetimepicker.min.js
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -35,6 +35,8 @@
 | 
				
			||||||
    {% render_block "external-css" %}
 | 
					    {% render_block "external-css" %}
 | 
				
			||||||
    {% render_block "css" postprocessor "compressor.contrib.sekizai.compress" %}
 | 
					    {% render_block "css" postprocessor "compressor.contrib.sekizai.compress" %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <link rel="shortcut icon" href="{% static 'ungleich_page/img/favicon.ico' %}"/>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Google analytics -->
 | 
					    <!-- Google analytics -->
 | 
				
			||||||
    {% include "google_analytics.html" %}
 | 
					    {% include "google_analytics.html" %}
 | 
				
			||||||
    <!-- End Google Analytics -->
 | 
					    <!-- End Google Analytics -->
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -23,7 +23,7 @@
 | 
				
			||||||
    <!-- External Fonts -->
 | 
					    <!-- External Fonts -->
 | 
				
			||||||
    <link href="//fonts.googleapis.com/css?family=Lato:300,400,600,700" rel="stylesheet" type="text/css">
 | 
					    <link href="//fonts.googleapis.com/css?family=Lato:300,400,600,700" rel="stylesheet" type="text/css">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
 | 
					    <link rel="shortcut icon" href="{% static 'ungleich_page/img/favicon.ico' %}" type="image/x-icon" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
 | 
					    <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
 | 
				
			||||||
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 | 
					    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue