diff --git a/_includes/footer.html b/_includes/footer.html deleted file mode 100644 index 83c7402..0000000 --- a/_includes/footer.html +++ /dev/null @@ -1,3 +0,0 @@ - \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html index 667b0cc..9b7f97b 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,5 +1,12 @@
- {%- if page.title != "Welcome!" -%}Home{% endif -%} - {%- if page.title != "Contact" -%}Contact{% endif -%} - {%- if page.title != "Projects" -%}Projects{% endif -%} + + {%- if page.title != "Welcome!" -%}Home{% endif -%} + {%- if page.title != "Contact" -%}Contact{% endif -%} + {%- if page.title != "Projects" -%}Projects{% endif -%} + {%- if page.title != "Donate" -%}Donate{% endif -%} + + + + BlogGitHubGitea +
\ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 6492204..cb5795e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -13,8 +13,6 @@
{{ content }}
- - {% include footer.html %} diff --git a/assets/style.css b/assets/style.css index d26c847..2edaa0f 100644 --- a/assets/style.css +++ b/assets/style.css @@ -106,6 +106,11 @@ a { header { background: mediumpurple; padding: 0 30px; + display: flex; + justify-content: space-between; +} +header span { + display: inline-block; } header a { color: white; @@ -134,6 +139,9 @@ footer a:not(:last-child)::after, .subheading-links a:not(:last-child)::after { p, footer, ul { line-height: 1.6em; } + header { + padding: 0; + } h1 { margin-top: 0; }