Update default.html

master
wcko87 7 years ago committed by GitHub
parent bac0d926a1
commit ea53b735fd
  1. 8
      _layouts/default.html

@ -19,15 +19,9 @@
<header>
<div class="inner">
<a href="{{ '/' | absolute_url }}">
<h1>Rabi-Ribi Map Editing</h1>
<h1>Rabi-Ribi Editor</h1>
</a>
<h2>A Guide to Rabi-Ribi Map Editing</h2>
{% if site.github.is_project_page %}
<a href="{{ site.github.repository_url }}" class="button"><small>View project on</small> GitHub</a>
{% endif %}
{% if site.github.is_user_page %}
<a href="{{ site.github.repository_url }}" class="button"><small>Follow me on</small> GitHub</a>
{% endif %}
</div>
</header>

Loading…
Cancel
Save