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