new layout, new name
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user