Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Keavon committed Jan 11, 2025
1 parent 3582126 commit 65d6dad
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions website/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,12 @@
{% block rss -%}
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ get_url(path = 'blog/rss.xml', trailing_slash = false) | safe }}" />
{%- endblock %}
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />

{#- ON EVERY PAGE OF THE SITE: CSS AND JS TO LOAD EITHER AS A LINK OR INLINE -#}
{#- ======================================================================== -#}
{%- set global_linked_css = ["https://fonts.googleapis.com/css2?family=Bona+Nova:wght@700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"] -%}
{%- set global_linked_css = [] -%}
{%- set global_linked_js = [] -%}
{%- set global_css = ["/base.css"] -%}
{%- set global_css = ["/base.css", "/fonts.css"] -%}
{%- set global_js = ["/js/text-justification.js", "/js/navbar.js"] -%}

{#- RETRIEVE FROM TEMPLATES AND PAGES: CSS AND JS TO LOAD EITHER AS A LINK OR INLINE -#}
Expand Down

0 comments on commit 65d6dad

Please sign in to comment.