Skip to content

Commit

Permalink
fixed footer being to close to content of pages with less content
Browse files Browse the repository at this point in the history
  • Loading branch information
jespermhl committed May 29, 2024
1 parent 096fab9 commit cac801d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ for (let i = 0; i < 3; i++) {
src: "/scripts/blog.js",
async: ""
});*/

addElementToHead("link", {
rel: "stylesheet",
href: "/static/css/styles.css"
});

addElementToHead("script", {
async: "",
Expand Down

0 comments on commit cac801d

Please sign in to comment.