Update default.html

This commit is contained in:
2022-10-02 11:07:15 +11:00
committed by GitHub
parent 84911dbb50
commit fb632b7763

View File

@@ -19,7 +19,7 @@
<a id="forkme_banner" href="{{ site.github.repository_url }}">View on GitHub</a> <a id="forkme_banner" href="{{ site.github.repository_url }}">View on GitHub</a>
{% endif %} {% endif %}
<h1 id="project_title">{{ site.title | default: site.github.repository_name }}</h1> <a href="/"><h1 id="project_title">{{ site.title | default: site.github.repository_name }}</h1></a>
<h2 id="project_tagline">{{ site.description | default: site.github.project_tagline }}</h2> <h2 id="project_tagline">{{ site.description | default: site.github.project_tagline }}</h2>
{% if site.show_downloads %} {% if site.show_downloads %}
@@ -48,4 +48,4 @@
</footer> </footer>
</div> </div>
</body> </body>
</html> </html>