Layoutaenderung

lab
Valentin Ochs 2017-02-06 16:13:19 +01:00
parent 7fc4dc949d
commit a56a84fc72
1 changed files with 2 additions and 8 deletions

View File

@ -17,11 +17,7 @@
<h1>{{ site.title | default: site.github.repository_name }}</h1>
<p>{{ site.description | default: site.github.project_tagline }}</p>
{% if site.github.is_project_page %}
<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 %}
{% if site.github.is_user_page and false %}
<p class="view"><a href="{{ site.github.owner_url }}">View My GitHub Profile</a></p>
{% endif %}
@ -32,11 +28,9 @@
<li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
</ul>
{% endif %}
<ul>
{% 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 %}
</ul>
</header>
<section>