Skip to content

Commit

Permalink
Update pages
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamAGH committed Aug 28, 2024
1 parent 50d11d7 commit 8ec85b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ defaults:
path: "" # an empty string here means all files in the project
values:
layout: "default"

# Add this line to help with cache busting
version: 1.0.0
4 changes: 2 additions & 2 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ page.title }} | aVenture</title>
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}?v={{ site.time | date: '%s' }}">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap">
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-cookie/3.0.1/js.cookie.min.js"></script>
</head>
Expand Down Expand Up @@ -47,7 +47,7 @@
<main class="content">
<h1 class="page-title">{{ page.title }}</h1>
{{ content }}
<p class="last-updated">Last updated: 2024-08-27</p>
<p class="last-updated">Last updated: August 27, 2024</p>
</main>
</div>

Expand Down

0 comments on commit 8ec85b6

Please sign in to comment.