new layout, new name

This commit is contained in:
Mahdi Dibaiee
2016-11-09 15:57:01 +03:30
parent 5f28015e02
commit 24fccc3c7d
15 changed files with 80 additions and 87 deletions

View File

@ -7,15 +7,13 @@
</h1>
<nav>
<!--<a href='https://twitter.com/{{ site.twitter_username }}'>Twitter</a>-->
<a href='https://github.com/{{ site.github_username }}'>GitHub</a>
<a href='mailto:{{ site.email }}'>Email</a>
<a href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">RSS</a>
<!--{% for page in site.pages %}-->
<!--{% if page.title %}-->
<!--<a href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>-->
<!--{% endif %}-->
<!--{% endfor %}-->
{% for collection in site.collections %}
{% if collection.title %}
<a href="{{ collection.path | prepend: site.baseurl }}">{{ collection.title }}</a>
{% endif %}
{% endfor %}
<a href='mailto:{{ site.email }}'>email</a>
<a href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">rss</a>
</nav>
</header>