-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
خالد رافع
committed
Mar 6, 2025
1 parent
5d1d2fc
commit a1dac5c
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<header class="header"> | ||
<div class="header__inner"> | ||
<div class="header__logo"> | ||
{{ partial "logo.html" . }} | ||
</div> | ||
{{ if len $.Site.Menus }} | ||
{{ partial "mobile-menu.html" . }} | ||
{{ end }} | ||
<button><a id="dark-mode-toggle" class="fas fa-moon"></a></button> | ||
<script src="{{ "dark.js" | absURL }}" type="text/javascript"></script> | ||
{{ if and $.Site.Params.showLanguageSelector (len $.Site.Home.AllTranslations) }} | ||
{{ partial "language-menu.html" . }} | ||
{{ end }} | ||
</div> | ||
{{ if len $.Site.Menus }} | ||
{{ partial "menu.html" . }} | ||
{{ end }} | ||
</header> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters