theread.me/_includes/header.html
2023-08-23 18:21:10 +01:00

41 lines
1.2 KiB
HTML

<header class="site-header">
<h1>
<a class='site-title lang-fa' href='{{ site.baseurl }}/'>
{{ site.title }}
</a>
</h1>
<nav>
<p>
<a href="/snippets">snippets</a>
<a href="/art">pictures</a>
</p>
<!--<p class='categories'>-->
<!--{% for collection in site.collections %}-->
<!--{% if collection.title %}-->
<!--<a href="{{ collection.path | prepend: site.baseurl }}">{{ collection.title }}</a>-->
<!--{% endif %}-->
<!--{% endfor %}-->
<!--</p>-->
<p>
<a href='mailto:{{ site.email }}'>email</a>
<a href='https://git.mahdi.blog/mahdi'>git</a>
<a href='https://www.librarything.com/profile/mdibaiee'>librarything</a>
<a rel="me" href="https://mastodon.social/@mdibaiee">fediverse</a>
<a href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">feed</a>
</p>
</nav>
<span id='browser' class='notice hidden'>
I recommend you use <a target="_blank" rel="noopener noreferrer" href="https://firefox.com/">Firefox</a>, a web
browser that respects your privacy.
</span>
<script>
if (window.chrome) {
document.getElementById('browser').className = 'notice';
}
</script>
</header>