Skip to content

Commit 489fc76

Browse files
committed
Update header classes
1 parent 63ccd32 commit 489fc76

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

assets/css/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ header.collapsed {
124124
padding: var(--menu-icon-padding);
125125
}
126126

127-
#nav-lang {
127+
.header-left {
128128
position: absolute;
129129
top: 16px;
130130
left: 16px;

en/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h1 hidden>froelen's website</h1>
6363
English | <a href="../fr/">français</a>
6464
</div>
6565

66-
<div id="nav-links" class="collapsed"> <!-- External links -->
66+
<div id="nav-links" class="header-left collapsed"> <!-- External links -->
6767
<a href="../../github.html" target="_blank">
6868
<img id="github-icon" class="icon" src="../../assets/images/icons/services/github.svg"
6969
onerror="this.onerror=null; this.src='../../assets/images/icons/missing.svg'; this.classList.add('icon-missing')"

fr/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
<link rel="canonical" href="https://froelen.is-a.dev/fr/">
1717

1818
<!-- Open Graph meta tags for social media sharing -->
19-
<meta property="og:title" content="">
20-
<meta property="og:description" content="">
19+
<meta property="og:title" content="MISSING TRANSLATION IN ./assets/ssg-templates/index.html: head.og:title">
20+
<meta property="og:description" content="MISSING TRANSLATION IN ./assets/ssg-templates/index.html: head.og:description">
2121
<meta property="og:url" content="https://froelen.is-a.dev/fr/">
2222
<meta property="og:type" content="website">
2323
<meta property="og:image" content="https://froelen.is-a.dev/assets/images/og-image.jpg">
24-
<meta property="og:locale" content="">
24+
<meta property="og:locale" content="MISSING TRANSLATION IN ./assets/ssg-templates/index.html: head.og:locale">
2525

2626
<!-- Alternate language versions for SEO and user experience -->
2727
<link rel="alternate" hreflang="fr" href="https://froelen.is-a.dev/fr/">
@@ -63,7 +63,7 @@ <h1 hidden>Site web de froelen</h1>
6363
français | <a href="../en/">English</a>
6464
</div>
6565

66-
<div id="nav-links" class="collapsed"> <!-- External links -->
66+
<div id="nav-links" class="header-left collapsed"> <!-- External links -->
6767
<a href="../../github.html" target="_blank">
6868
<img id="github-icon" class="icon" src="../../assets/images/icons/services/github.svg"
6969
onerror="this.onerror=null; this.src='../../assets/images/icons/missing.svg'; this.classList.add('icon-missing')"

0 commit comments

Comments
 (0)