Skip to content

Commit bfd99db

Browse files
committed
Add links to home page
1 parent b73fc15 commit bfd99db

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

_layouts/app.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
<body>
3737
{% include nav.html %}
3838
<header>
39-
<p id="logo">أ</p>
40-
<h1>{{ messages.foundry }}</h1>
39+
<p id="logo"><a href="/{{ messages.suffix }}">أ</a></p>
40+
<h1 id="foundry"><a href="/{{ messages.suffix }}">{{ messages.foundry }}</a></h1>
4141
<p class="lang-switcher-side">
4242
{% include language-switcher.html %}
4343
</p>

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
<body>
2424
{% include nav.html %}
2525
<header>
26-
<p id="logo">أ</p>
27-
<h1>{{ messages.foundry }}</h1>
26+
<p id="logo"><a href="/{{ messages.suffix }}">أ</a></p>
27+
<h1 id="foundry"><a href="/{{ messages.suffix }}">{{ messages.foundry }}</a></h1>
2828
<p class="lang-switcher-side">
2929
{% include language-switcher.html %}
3030
</p>

_layouts/font.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<body>
2626
{% include nav.html %}
2727
<header>
28-
<p id="logo">أ</p>
29-
<h1 id="foundry">{{ messages.foundry }}</h1>
28+
<p id="logo"><a href="/{{ messages.suffix }}">أ</a></p>
29+
<h1 id="foundry"><a href="/{{ messages.suffix }}">{{ messages.foundry }}</a></h1>
3030
<p class="lang-switcher-side">
3131
{% include language-switcher.html %}
3232
</p>

_sass/logo.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@
55
margin-block-end: 5%;
66
margin-block-start: 0;
77
}
8+
9+
#foundry {
10+
color: reset;
11+
}

0 commit comments

Comments
 (0)