From d98e5ee0bfb2106da21367f381f73e08a78707bb Mon Sep 17 00:00:00 2001 From: Dan Nepejchal <dan.nepejchal@european-pirateparty.eu> Date: Sun, 1 Nov 2020 16:31:07 +0100 Subject: [PATCH] =?UTF-8?q?Regulace=20konop=C3=AD=20-=20initial=20commit?= =?UTF-8?q?=20-=20styleguide=20migration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/regulace_konopi/base.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/regulace_konopi/templates/regulace_konopi/base.html b/regulace_konopi/templates/regulace_konopi/base.html index b6b84ef3..5f42382f 100644 --- a/regulace_konopi/templates/regulace_konopi/base.html +++ b/regulace_konopi/templates/regulace_konopi/base.html @@ -15,8 +15,8 @@ <!-- Styles --> <link href="{% static "regulace_konopi/vendor/css/bootstrap.min.css" %}" rel="stylesheet"/> - <link href="{% static "uniweb/assets/css/styles.css" %}" rel="stylesheet" media="all"/> - <link href="{% static "uniweb/assets/css/pattern-scaffolding.css" %}" rel="stylesheet" media="all"/> + <link href="{% static "styleguide18/assets/css/styles.css" %}" rel="stylesheet" media="all"/> + <link href="{% static "styleguide18/assets/css/pattern-scaffolding.css" %}" rel="stylesheet" media="all"/> <link href="{% static "shared/vendor/fancybox/jquery.fancybox.min.css" %}" rel="stylesheet"> <link href="{% static "regulace_konopi/assets/css/styles.css" %}" rel="stylesheet" media="all"/> <script src="{% static "shared/vendor/jquery/jquery-3.4.1.min.js" %}"></script> @@ -27,8 +27,8 @@ } </style> - {% if page.matomo_id %} - {% include "shared/matomo_snippet.html" with matomo_id=page.matomo_id %} + {% if page.root_page.matomo_id %} + {% include "shared/matomo_snippet.html" with matomo_id=page.root_page.matomo_id %} {% endif %} </head> @@ -38,7 +38,7 @@ <nav class="navbar navbar-expand-sm navbar-dark sticky-top bg-dark" id=""> <div class="container"> <div class="brand-wrapper"> - <a class="navbar-brand" href="/"><img src="{% static "uniweb/assets/images/logo-round-white.svg" %}" + <a class="navbar-brand" href="/"><img src="{% static "styleguide18/assets/images/logo-round-white.svg" %}" class="d-inline-block m-auto"/>{{ page.root_page.seo_title }}</a> </div> @@ -72,7 +72,7 @@ <div class="footer__main py-4 lg:py-16 container container--default"> <section class="footer__brand"> <a href="https://www.pirati.cz"> - <img src="{% static "uniweb/assets/images/logo.svg" %}" alt="logo pirátské strany" + <img src="{% static "styleguide18/assets/images/logo.svg" %}" alt="logo pirátské strany" class="w-32 md:w-40 pb-6"/> </a> <p class="para hidden md:block md:mb-4 lg:mb-0 text-grey-200"> @@ -121,7 +121,7 @@ </footer> <script src="{% static "regulace_konopi/vendor/js/bootstrap.bundle.min.js" %}"></script> -<script src="{% static "uniweb/assets/js/vue.2.6.11.js" %}"></script> +<script src="{% static "styleguide18/assets/js/vue.2.6.11.js" %}"></script> <script src="{% static "shared/vendor/lazysizes/lazysizes.min.js" %}"></script> <script src="{% static "shared/vendor/fancybox/jquery.fancybox.min.js" %}"></script> -- GitLab