This commit is contained in:
Dennis Reimann
2023-08-02 16:17:29 +02:00
parent e3bc3fe219
commit 5ca64f0f0f
4 changed files with 23 additions and 25 deletions

View File

@@ -6,7 +6,10 @@ block vars
- const pageCard = "/img/card/gesundes-geld.jpg"
- const cardType = "summary_large_image"
block pageScripts
<!DOCTYPE html>
html(lang="de" data-theme="custom")
head
include includes/_head
script(src=assetPath("/vendor/jvectormap/jquery.min.js"))
script(src=assetPath("/vendor/jvectormap/jquery-jvectormap.js"))
script(src=assetPath("/vendor/jvectormap/maps/europe_mill.js"))
@@ -15,11 +18,6 @@ block pageScripts
script(src=assetPath("/vendor/jvectormap/maps/ch_mill.js"))
link(href=assetPath("/vendor/jvectormap/jquery-jvectormap.css") rel="stylesheet")
link(href=assetPath("/css/gesundes-geld.css") rel="stylesheet")
<!DOCTYPE html>
html(lang="de" data-theme="custom")
head
include includes/_head
body#gesundes-geld
main.main
.wrap
@@ -74,5 +72,5 @@ html(lang="de" data-theme="custom")
section
+meetupMap()
section
section.cta
a.button(href="/") Zur Einundzwanzig Website

View File

@@ -21,6 +21,7 @@ if pageCard
meta(property="twitter:card" content=(cardType || "summary"))
meta(name="msapplication-TileColor" content=themeColor)
meta(name="theme-color" content=themeColor)
block head
link(rel="preload" as="font" crossorigin href=assetPath("/fonts/inconsolata-400.woff2"))
link(rel="preload" as="font" crossorigin href=assetPath("/fonts/inconsolata-700.woff2"))
link(rel="preload" as="font" crossorigin href=assetPath("/fonts/theboldfont.woff2"))
@@ -32,7 +33,6 @@ link(rel="stylesheet" href=assetPath("/css/main.css"))
link(rel="alternate" type="application/rss+xml" title="Podcast Feed" href=site.meta.publicFeedUrl)
script(src=assetPath("/js/player.js") defer)
script(src=assetPath("/js/main.js"))
block pageScripts
title= pageTitle
noscript
style.

View File

@@ -5,7 +5,7 @@ block vars
- const description = 'Eine Liste von Bitcoin-Meetups und Einundzwanzig-Treffen im D/A/CH/S/LI/LU-Raum.'
- const cardImage = '/img/card/meetups.png'
block pageScripts
append head
script(src=assetPath("/vendor/jvectormap/jquery.min.js"))
script(src=assetPath("/vendor/jvectormap/jquery-jvectormap.js"))
script(src=assetPath("/vendor/jvectormap/maps/europe_mill.js"))

View File

@@ -128,7 +128,7 @@
margin-bottom: 4rem;
}
#gesundes-geld section:last-child {
#gesundes-geld section.cta {
text-align: center;
}