blob: 375b06bcd5f860493df5982a4adba23c4d1b3248 (
plain)
1
2
3
4
5
6
|
<div class="git-wiki-main-logo">
<a href="{{ '/' | relative_url }}"><img src="{{ site.logo_url }}">
<h1>{{ site.title | default: site.github.repository_name | escape }}</h1>
</a>
<p>{{ site.description | default: site.github.project_tagline }}</p>
</div>
|