Skip to content

Commit

Permalink
Merge branch 'nav-and-hero-design-changes'
Browse files Browse the repository at this point in the history
  • Loading branch information
coppolaemilio committed Sep 17, 2024
2 parents 659fedf + be89eca commit c2835fa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<link rel="alternate" type="application/rss+xml" title="Godot News" href="/rss.xml">
<link rel="icon" href="/assets/favicon.png" sizes="any">
<link rel="icon" href="/assets/favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="/assets/css/main.css?114">
<link rel="stylesheet" href="/assets/css/main.css?115">
<link rel="stylesheet" href="/assets/css/tobii.min.css">
<link rel="preload" as="font" href="/assets/fonts/Montserrat-Italic-VariableFont_wght.woff2" crossorigin>
<link rel="preload" as="font" href="/assets/fonts/Montserrat-VariableFont_wght.woff2" crossorigin>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/download-3.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{% include header.html %}

<link rel="stylesheet" href="/assets/css/transparent-nav.css">
<link rel="stylesheet" href="/assets/css/transparent-nav.css?2">
<link rel="stylesheet" href="/assets/css/download.css?3">
<style>
.digital-stores .digital-store-list {
Expand Down
2 changes: 1 addition & 1 deletion _layouts/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{% include header.html %}

<link rel="stylesheet" href="/assets/css/transparent-nav.css">
<link rel="stylesheet" href="/assets/css/transparent-nav.css?2">
<link rel="stylesheet" href="/assets/css/download.css?3">
<style>
.hero {
Expand Down
2 changes: 1 addition & 1 deletion pages/download/preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

{% include header.html %}

<link rel="stylesheet" href="/assets/css/transparent-nav.css">
<link rel="stylesheet" href="/assets/css/transparent-nav.css?2">
<link rel="stylesheet" href="/assets/css/download.css?2">
<link rel="stylesheet" href="/assets/css/download-version.css?2">
<style>
Expand Down
2 changes: 1 addition & 1 deletion pages/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

{% include header.html %}

<link rel="stylesheet" href="/assets/css/transparent-nav.css">
<link rel="stylesheet" href="/assets/css/transparent-nav.css?2">
<style>
.features-why {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion pages/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

{% include header.html %}

<link rel="stylesheet" href="/assets/css/transparent-nav.css">
<link rel="stylesheet" href="/assets/css/transparent-nav.css?2">
<style>
.main-download {
display: flex;
Expand Down

0 comments on commit c2835fa

Please sign in to comment.