2 Commits

Author SHA1 Message Date
e15180bb91 Added CoffeeScript plugin to actually compile CoffeeScript files
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2022-06-09 13:38:23 -04:00
4164c633b0 Fixed a style bug with the footer that made the links unclickable
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2022-06-09 13:36:00 -04:00
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ links:
# Build settings
plugins:
- jekyll-feed
- jekyll-coffeescript
sass:
sass_dir: 'assets/stylesheets'

View File

@ -150,7 +150,7 @@ hr
#footer
box-sizing: border-box
position: fixed
z-index: -1
z-index: 1
bottom: 0
width: 100%
height: $footer-height