restructured project (closes #5)
@ -1,8 +0,0 @@ |
||||
--- |
||||
layout: base.njk |
||||
key: 404 |
||||
title: Nicht gefunden |
||||
--- |
||||
# Nicht gefunden |
||||
|
||||
Diese Seite existiert (noch) nicht. Schau später nochmal vorbei, oder fang von vorne an: [Home](/{{locale}}/) |
@ -1,8 +0,0 @@ |
||||
--- |
||||
layout: base.njk |
||||
key: 404 |
||||
title: Not Found |
||||
--- |
||||
# Not Found |
||||
|
||||
This page does not exist (yet). Come back later or take a look at the beginning: [Home](/{{locale}}/) |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 179 KiB After Width: | Height: | Size: 179 KiB |
@ -1,18 +1,18 @@ |
||||
@import "~bootstrap/scss/bootstrap-grid"; |
||||
@import "~bootstrap/scss/bootstrap-reboot"; |
||||
@import "~bootstrap/scss/utilities/align"; |
||||
@import "~bootstrap/scss/utilities/spacing"; |
||||
@import "~bootstrap/scss/utilities/display"; |
||||
@import "~bootstrap/scss/utilities/text"; |
||||
@import "~bootstrap/scss/utilities/float"; |
||||
@import "node_modules/bootstrap/scss/bootstrap-grid"; |
||||
@import "node_modules/bootstrap/scss/bootstrap-reboot"; |
||||
@import "node_modules/bootstrap/scss/utilities/align"; |
||||
@import "node_modules/bootstrap/scss/utilities/spacing"; |
||||
@import "node_modules/bootstrap/scss/utilities/display"; |
||||
@import "node_modules/bootstrap/scss/utilities/text"; |
||||
@import "node_modules/bootstrap/scss/utilities/float"; |
||||
|
||||
$fa-font-path: "../font"; |
||||
@import "~@fortawesome/fontawesome-free/scss/fontawesome"; |
||||
@import "~@fortawesome/fontawesome-free/scss/solid"; |
||||
@import "~@fortawesome/fontawesome-free/scss/brands"; |
||||
@import "~@fortawesome/fontawesome-free/scss/regular"; |
||||
@import "node_modules/@fortawesome/fontawesome-free/scss/fontawesome"; |
||||
@import "node_modules/@fortawesome/fontawesome-free/scss/solid"; |
||||
@import "node_modules/@fortawesome/fontawesome-free/scss/brands"; |
||||
@import "node_modules/@fortawesome/fontawesome-free/scss/regular"; |
||||
$flag-icon-rect-path: ''; |
||||
@import "~flag-icon-css/sass/flag-icon"; |
||||
@import "node_modules/flag-icon-css/sass/flag-icon"; |
||||
|
||||
html, body { |
||||
height: 100%; |