2015-03-29 06:14:53 +00:00
|
|
|
<header class="site-header">
|
|
|
|
|
|
|
|
<h1>
|
|
|
|
<a class='site-title' href='{{ site.baseurl }}/'>
|
|
|
|
{{ site.title }}
|
|
|
|
</a>
|
|
|
|
</h1>
|
|
|
|
|
|
|
|
<nav>
|
2020-12-07 20:49:09 +00:00
|
|
|
<p>
|
|
|
|
<a href="/snippets">snippets</a>
|
2022-06-03 21:38:49 +00:00
|
|
|
<a href="/art">art</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>
|
|
|
|
<a href='https://github.com/mdibaiee'>github</a>
|
2021-09-23 14:43:18 +00:00
|
|
|
<a href='https://www.librarything.com/profile/mdibaiee'>librarything</a>
|
2019-03-24 03:54:31 +00:00
|
|
|
<a href='https://www.linkedin.com/in/mdibaiee/'>linkedin</a>
|
|
|
|
<a href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">feed</a>
|
|
|
|
</p>
|
2015-03-29 06:14:53 +00:00
|
|
|
</nav>
|
|
|
|
|
|
|
|
</header>
|