nav
This commit is contained in:
8
layouts/partials/nav.html
Normal file
8
layouts/partials/nav.html
Normal file
@ -0,0 +1,8 @@
|
||||
<nav>
|
||||
<ul>
|
||||
<li>Qoheleth</li>
|
||||
<li><a href="https://toledot.post-self.ink" target="_blank"><em>Toledot</em></a></li>
|
||||
<li><a href="https://neviim.post-self.ink" target="_blank"><em>Nevi'im</em></a></li>
|
||||
<li><a href="https://mitzvot.post-self.ink" target="_blank"><em>Mitzvot</em></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
@ -1,6 +1,6 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Gentium+Basic:ital,wght@0,400;0,700;1,400;1,700&family=Gotu&display=swap');
|
||||
|
||||
body main {
|
||||
body {
|
||||
font-family: "Gentium Basic", serif;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user