Skip to content

Commit

Permalink
Add background images (commented out)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonHFrost committed Apr 5, 2024
1 parent f5391f3 commit fd72e9f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<div class="wrapper">
{%- assign default_paths = site.pages | map: "path" -%}
{%- assign page_paths = site.header_pages | default: default_paths -%}
<a class="site-title" rel="author" href="{{ " /" | relative_url }}">{{ site.title | escape }}</a>
<a class="site-title" rel="author" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>
</div>
</header>
Binary file added assets/background/greek-vase.webp
Binary file not shown.
Binary file added assets/background/so-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/background/white-waves.webp
Binary file not shown.
5 changes: 5 additions & 0 deletions assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@
---

@import "minima";

// body {
// background-image: url('background/so-white.png');
// background-repeat: repeat;
// }

0 comments on commit fd72e9f

Please sign in to comment.