Compare commits
No commits in common. "97846757cd46e122c33a93e1e4c1fe9aa75c0956" and "245f7ce92204ea580cde394894543c7c2eba5245" have entirely different histories.
97846757cd
...
245f7ce922
|
@ -91,9 +91,6 @@ figure {
|
|||
}
|
||||
|
||||
.nav-logo {
|
||||
font-family: Orbitron, sans-serif;
|
||||
font-weight: 900;
|
||||
text-transform: uppercase;
|
||||
margin: 0 auto;
|
||||
|
||||
@media screen and (min-width: 800px) {
|
||||
|
@ -101,10 +98,8 @@ figure {
|
|||
}
|
||||
|
||||
img {
|
||||
width: 64px;
|
||||
display: inline-block;
|
||||
padding-right: 1em;
|
||||
vertical-align: middle;
|
||||
width: 48px;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
baseURL = "https://www.franconian.net/"
|
||||
title = "franconian.net"
|
||||
title = "franconian"
|
||||
|
||||
[languages]
|
||||
[languages.en]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: franconian.net
|
||||
title: franconian
|
||||
---
|
||||
|
||||
{{<image src="/header.png" alt=`Ein Router in Form des Frankenrechens mit der Aufschrift "franconian.net" und einem "Fenster" in die Welt des rC3. Daran angeschlossen sind die Hackspaces backspace, Hackzogtum und Nerd2Nerd.`>}}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: franconian.net
|
||||
title: franconian
|
||||
---
|
||||
|
||||
{{<image src="/header.png" alt=`A router labelled "franconian.net" with a "window" to the world of rC3 and the hackspaces backspace, Hackzogtum, and Nerd2Nerd connected to it.`>}}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
<header>
|
||||
<nav class="nav">
|
||||
<a class="nav-logo" href="{{ .Site.LanguagePrefix }}/"><img src="https://styleguide.rc3.world/Logo/Logo%20Set%203/SVG/Logo%20SD%20blue.svg" alt="Blue version of the rC3 logo">franconian.net</a>
|
||||
<a class="nav-logo" href="{{ .Site.LanguagePrefix }}/"><img src="https://styleguide.rc3.world/Logo/Logo%20Set%203/SVG/Logo%20SD%20blue.svg" alt="Blue version of the rC3 logo"></a>
|
||||
{{ if .IsTranslated }}
|
||||
{{ range .Translations }}
|
||||
<a class="nav-link" href="{{ .Permalink }}">{{ .Language.LanguageName }}</a>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{{ define "main" }}
|
||||
<main>
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ .Content }}
|
||||
</main>
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in New Issue