Skip to content

Commit

Permalink
CSS, not HBS
Browse files Browse the repository at this point in the history
  • Loading branch information
randomairborne committed Oct 2, 2024
1 parent 29e5736 commit 6be8ada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/404.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/>
<title>404 not found</title>
{# prettier-ignore-start #}
<style nonce="{{ nonce }}">{% include "style.hbs" %}</style>
<style nonce="{{ nonce }}">{% include "style.css" %}</style>
{# prettier-ignore-end #}
</head>

Expand Down
2 changes: 1 addition & 1 deletion templates/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<meta property="og:description" content="{{ description }}" />
<link rel="canonical" href="https://{{ root_dns_name }}/" />
{# prettier-ignore-start #}
<style nonce="{{ nonce }}">{% include "style.hbs" %}</style>
<style nonce="{{ nonce }}">{% include "style.css" %}</style>
{# prettier-ignore-end #}
{%- match ip -%}
{%- when IpAddr::V4 with (ipv4) -%}
Expand Down

0 comments on commit 6be8ada

Please sign in to comment.