mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-13 16:26:50 +00:00
Fixes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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"))
|
||||
|
||||
@@ -128,7 +128,7 @@
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
|
||||
#gesundes-geld section:last-child {
|
||||
#gesundes-geld section.cta {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user