public website is under developement
All checks were successful
Website / Website veröffentlichen (push) Successful in 6s

This commit is contained in:
2024-07-11 07:02:18 +02:00
parent 1f826a1db6
commit 501a707783

View File

@@ -16,7 +16,7 @@
<body> <body>
{{- partial "alert.html" . -}} {{- partial "alert.html" . -}}
{{- partial "header.html" . -}} <!-- {{- partial "header.html" . -}} -->
<div class="scroll-top rounded-full"> <div class="scroll-top rounded-full">
<span class="icon-keyboard_arrow_up text-2xl"></span> <span class="icon-keyboard_arrow_up text-2xl"></span>
</div> </div>
@@ -24,11 +24,12 @@
<!-- {{- partial "strip.html" . -}} --> <!-- {{- partial "strip.html" . -}} -->
{{ if ne .Site.Params.showBlog false }} {{ if ne .Site.Params.showBlog false }}
<div class="mx-auto my-10 max-w-6xl"> <div class="mx-auto my-10 max-w-6xl">
<h2 class="text-4xl ml-2">Blog</h2> <p>Diese Website wird gerade noch entwickelt.</p>
<p>This Website is currently under developement.</p>
<!-- {{- partial "recent.html" . -}} --> <!-- {{- partial "recent.html" . -}} -->
</div> </div>
{{ end }} {{ end }}
{{- partial "footer.html" . -}} <!-- {{- partial "footer.html" . -}} -->
<script src="{{ "/js/swiper-bundle.min.js" | relURL }}"></script> <script src="{{ "/js/swiper-bundle.min.js" | relURL }}"></script>
<script> <script>
var mySwiper = new Swiper(".swiper-container", { var mySwiper = new Swiper(".swiper-container", {