Hackerspace Istanbul'un web sitesi
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

30 lines
1.5 KiB

{{ if ne .Site.Params.show_menu false }}
<header>
<img src="/hsist.svg" height="50px" width="auto" alt="Hackerspace Istanbul" />
<div class="lynx-compatible"> <pre style="font: 4px/2px monospace;">
_ _
| | | |
| |__ __ _ ___| | _____ _ __ ___ _ __ __ _ ___ ___
| '_ \ / _` |/ __| |/ / _ \ '__/ __| '_ \ / _` |/ __/ _ \
| | | | (_| | (__| < __/ | \__ \ |_) | (_| | (_| __/
|_| |_|\__,_|\___|_|\_\___|_| |___/ .__/ \__,_|\___\___|
(_) | | | | | | |
_ ___| |_ __ _ _ __ | |__ _ _| |_|
| / __| __/ _` | '_ \| '_ \| | | | |
| \__ \ || (_| | | | | |_) | |_| | |
|_|___/\__\__,_|_| |_|_.__/ \__,_|_|
</pre> </div>
</header>
<nav itemscope itemtype="http://schema.org/SiteNavigationElement">
{{ $currentNode := . }}
{{ range .Site.Menus.main }}
<a itemprop="url" class="{{if or ($currentNode.IsMenuCurrent "main" .) ($currentNode.HasMenuCurrent "main" .) }}{{end}}" href="{{ .URL }}"><span itemprop="name">{{ .Name }}</span></a>
{{ end }}
{{ range .Translations }}
<a itemprop="url" class="lang-switcher" href="{{ .RelPermalink }}"><span itemprop="name">{{ .Language.LanguageName }}</span></a>
{{ end }}
</nav>
{{ end }}