We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1295a2 commit fe1f2a2Copy full SHA for fe1f2a2
_layouts/default.html
@@ -22,7 +22,7 @@
22
<header class="inner">
23
<!-- a id="forkme_banner" href="{{ site.github.repository_url }}">View on GitHub</a -->
24
25
- <h1 id="project_title" href="https://easy-phpc.github.io/">{{ site.title | default: site.github.repository_name }}</h1>
+ <h1 id="project_title"><a href="https://easy-phpc.github.io/">{{ site.title | default: site.github.repository_name }}</a></h1>
26
<h2 id="project_tagline">{{ site.description | default: site.github.project_tagline }}</h2>
27
28
{% if site.show_downloads %}
0 commit comments