diff --git a/config.toml b/config.toml index e424973..adaaffb 100644 --- a/config.toml +++ b/config.toml @@ -25,7 +25,7 @@ enableGitInfo = true [markup] [markup.goldmark] [markup.goldmark.renderer] - unsafe = true + unsafe = true [params] author = "Ariejan de Vroom" diff --git a/content/projects/volkswagen-golf-iii-cabrio-1994/index.md b/content/projects/volkswagen-golf-iii-cabrio-1994/index.md index 0f6948d..44eb55e 100644 --- a/content/projects/volkswagen-golf-iii-cabrio-1994/index.md +++ b/content/projects/volkswagen-golf-iii-cabrio-1994/index.md @@ -116,7 +116,7 @@ When looking at an online scrap parts site, I found a replacement light switch f {{< gallery-view >}} {{< lightbox-img src="damaged_light_switch.jpg" lightbox="golf3" caption="The mangled light switch currently installed">}} -{{< lightbox-img src="new_light_switch.jpg" lightbox="golf3" caption="The replacement light switch that just arrived in the mail">}} +{{< lightbox-img src="new_fitter_light_switch.jpg" lightbox="golf3" caption="The replacement light switch, still need to detail the interior and dashboard.">}} {{< /gallery-view >}} [^apk]: APK, _Algemene Periodieke Keuring_ Dutch periodical vehicle safety, roadworthyness and exhaust emissions inspection diff --git a/content/projects/volkswagen-golf-iii-cabrio-1994/new_fitter_light_switch.jpg b/content/projects/volkswagen-golf-iii-cabrio-1994/new_fitter_light_switch.jpg new file mode 100644 index 0000000..e83db7f Binary files /dev/null and b/content/projects/volkswagen-golf-iii-cabrio-1994/new_fitter_light_switch.jpg differ diff --git a/themes/devroom-2020/assets/scss/devroom.scss b/themes/devroom-2020/assets/scss/devroom.scss index 0b1dbf4..983beeb 100644 --- a/themes/devroom-2020/assets/scss/devroom.scss +++ b/themes/devroom-2020/assets/scss/devroom.scss @@ -233,4 +233,19 @@ img.about-avatar { .fi { font-size: $font_size * 1.2; padding-top: 0.5rem; -} \ No newline at end of file +} + +// bootstrap SVG-Icons +.bi { + display: inline-block; + vertical-align: middle; + padding-bottom: 0.25rem; + } + + .bi-link { + width: 1.4rem; + height: 1.4rem; + color: $links; + } + + \ No newline at end of file diff --git a/themes/devroom-2020/layouts/_default/_markup/render-heading.html b/themes/devroom-2020/layouts/_default/_markup/render-heading.html new file mode 100644 index 0000000..ab16dfe --- /dev/null +++ b/themes/devroom-2020/layouts/_default/_markup/render-heading.html @@ -0,0 +1,8 @@ +{{ .Text | safeHTML }} + + + + + + + \ No newline at end of file