summaryrefslogtreecommitdiff
path: root/_includes/git-wiki/components/logo/logo.html
blob: a4a36c3e46e281a9933a1f2f394e2573dfa25705 (plain)
1
2
3
4
<a href="{{ '/' | relative_url }}"><img src="{{ site.logo_url }}">
    <h1>{{ site.title | default: site.github.repository_name }}</h1>
</a>
<p>{{ site.description | default: site.github.project_tagline }}</p>