theread.me/_includes/header.html

41 lines
1.2 KiB
HTML
Raw Normal View History

2015-03-29 10:44:53 +04:30
<header class="site-header">
<h1>
2023-07-18 13:32:08 +01:00
<a class='site-title lang-fa' href='{{ site.baseurl }}/'>
2015-03-29 10:44:53 +04:30
{{ site.title }}
</a>
</h1>
<nav>
2020-12-07 20:49:09 +00:00
<p>
<a href="/snippets">snippets</a>
2022-06-27 16:12:17 +01:00
<a href="/art">pictures</a>
2019-03-24 08:24:31 +04:30
</p>
2020-12-07 20:49:09 +00:00
<!--<p class='categories'>-->
<!--{% for collection in site.collections %}-->
<!--{% if collection.title %}-->
<!--<a href="{{ collection.path | prepend: site.baseurl }}">{{ collection.title }}</a>-->
<!--{% endif %}-->
<!--{% endfor %}-->
<!--</p>-->
2019-03-24 08:24:31 +04:30
<p>
<a href='mailto:{{ site.email }}'>email</a>
2022-06-30 23:42:19 +01:00
<a href='https://git.mahdi.blog/mahdi'>git</a>
2021-09-23 15:43:18 +01:00
<a href='https://www.librarything.com/profile/mdibaiee'>librarything</a>
2022-10-15 22:57:46 +01:00
<a rel="me" href="https://mastodon.social/@mdibaiee">fediverse</a>
2019-03-24 08:24:31 +04:30
<a href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">feed</a>
</p>
2015-03-29 10:44:53 +04:30
</nav>
2023-07-26 15:00:47 +01:00
<span id='browser' class='notice hidden'>
2023-08-23 18:21:10 +01:00
I recommend you use <a target="_blank" rel="noopener noreferrer" href="https://firefox.com/">Firefox</a>, a web
2023-07-26 15:00:47 +01:00
browser that respects your privacy.
</span>
<script>
if (window.chrome) {
document.getElementById('browser').className = 'notice';
}
</script>
2015-03-29 10:44:53 +04:30
</header>