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>
{{- partial "alert.html" . -}}
{{- partial "header.html" . -}}
<!-- {{- partial "header.html" . -}} -->
<div class="scroll-top rounded-full">
<span class="icon-keyboard_arrow_up text-2xl"></span>
</div>
@@ -24,11 +24,12 @@
<!-- {{- partial "strip.html" . -}} -->
{{ if ne .Site.Params.showBlog false }}
<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" . -}} -->
</div>
{{ end }}
{{- partial "footer.html" . -}}
<!-- {{- partial "footer.html" . -}} -->
<script src="{{ "/js/swiper-bundle.min.js" | relURL }}"></script>
<script>
var mySwiper = new Swiper(".swiper-container", {