Layoutaenderung

This commit is contained in:
Lynn Ochs 2017-02-06 16:13:19 +01:00
parent 7fc4dc949d
commit a56a84fc72

View File

@ -17,11 +17,7 @@
<h1>{{ site.title | default: site.github.repository_name }}</h1> <h1>{{ site.title | default: site.github.repository_name }}</h1>
<p>{{ site.description | default: site.github.project_tagline }}</p> <p>{{ site.description | default: site.github.project_tagline }}</p>
{% if site.github.is_project_page %} {% if site.github.is_user_page and false %}
<p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ github_name }}</small></a></p>
{% endif %}
{% if site.github.is_user_page %}
<p class="view"><a href="{{ site.github.owner_url }}">View My GitHub Profile</a></p> <p class="view"><a href="{{ site.github.owner_url }}">View My GitHub Profile</a></p>
{% endif %} {% endif %}
@ -32,11 +28,9 @@
<li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li> <li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
</ul> </ul>
{% endif %} {% endif %}
<ul>
{% for link in site.data.links %} {% for link in site.data.links %}
<li><a href="{{link.url}}">{{link.title}}</a></li> <p class="view"><a href="{{link.url}}">{{link.title}}</a></p>
{% endfor %} {% endfor %}
</ul>
</header> </header>
<section> <section>