diff options
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r-- | layouts/partials/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index d974142..c1084d6 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,3 +1,3 @@ -<header> - <pre id="logo">{{ readFile "/content/templates/logo.txt" }}</pre> +<header class="logo"> + <pre class="logo__text">{{ readFile "/content/templates/logo.txt" }}</pre> </header>
\ No newline at end of file |