Skip to content

Commit

Permalink
adds data-theme to default layout - not 100% needed but good to have
Browse files Browse the repository at this point in the history
  • Loading branch information
edheltzel committed Oct 15, 2023
1 parent 3e5fdb2 commit 4b1dd0b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/_includes/layouts/default.njk
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" data-theme="">
<head>
{%- include "partials/meta.njk" -%}
</head>

<body>

<div class="vgs-cursor cursor-outer"></div>
<div class="vgs-cursor cursor-inner"></div>
{% include "partials/navigation.njk" %}
<!-- Main-->
<main class="container" aria-label="Content">
Expand Down

0 comments on commit 4b1dd0b

Please sign in to comment.