matomo tracking on website
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -3,20 +3,19 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" href="project-files/img/favicon.ico" />
|
||||
|
||||
|
||||
<!-- Meta -->
|
||||
<title>{{ Meta.Title }}</title>
|
||||
<meta name="description" content="{{ Meta.Description }}" />
|
||||
<meta name="keywords" content="{{ Meta.Keywords }}" />
|
||||
|
||||
<meta name="description" content="{{ Meta.Description }}" />
|
||||
<meta name="keywords" content="{{ Meta.Keywords }}" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="project-files/css/preloader.css">
|
||||
|
||||
|
||||
{% include "partials/matomo.html" with siteId=89 %}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -33,13 +32,11 @@
|
||||
<span class="text">Menu</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
<!-- ========== Slider ========== -->
|
||||
<section class="slider white_arrows" data-dots="true" data-arrows="true">
|
||||
</section>
|
||||
|
||||
|
||||
<!-- ========== Navigation ========== -->
|
||||
<div class="navholder" id="nav">
|
||||
@@ -60,7 +57,6 @@
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@@ -78,9 +74,9 @@
|
||||
<div class="white_section section_padding">
|
||||
<div class="container">
|
||||
{{ BodyParts.1 }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
{% if NavActive.2.SubSlice %}
|
||||
<div class="section_padding" style="border-top: 1px solid #888;">
|
||||
<div class="container">
|
||||
@@ -96,18 +92,16 @@
|
||||
</p>
|
||||
<a href="{{ nav.GoTo }}" class="btn">mehr lesen »</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- ========== Footer ========== -->
|
||||
<footer id="footer">
|
||||
<div class="container">
|
||||
@@ -141,7 +135,6 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!-- ========== SCROLL TOP ========== -->
|
||||
<div class="scrolltop">
|
||||
@@ -168,6 +161,6 @@
|
||||
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/mermaid/8.0.0/mermaid.min.js"></script>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user