theread.me/_includes/header.html

31 lines
913 B
HTML
Raw Normal View History

2015-03-29 06:14:53 +00:00
<header class="site-header">
<h1>
2023-07-18 12:32:08 +00:00
<a class='site-title lang-fa' href='{{ site.baseurl }}/'>
2015-03-29 06:14:53 +00:00
{{ site.title }}
</a>
</h1>
<nav>
2020-12-07 20:49:09 +00:00
<p>
<a href="/snippets">snippets</a>
2022-06-27 15:12:17 +00:00
<a href="/art">pictures</a>
2019-03-24 03:54:31 +00:00
</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 03:54:31 +00:00
<p>
<a href='mailto:{{ site.email }}'>email</a>
2022-06-30 22:42:19 +00:00
<a href='https://git.mahdi.blog/mahdi'>git</a>
2021-09-23 14:43:18 +00:00
<a href='https://www.librarything.com/profile/mdibaiee'>librarything</a>
2022-10-15 21:57:46 +00:00
<a rel="me" href="https://mastodon.social/@mdibaiee">fediverse</a>
2019-03-24 03:54:31 +00:00
<a href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">feed</a>
</p>
2015-03-29 06:14:53 +00:00
</nav>
</header>