Skip to content

Commit

Permalink
Update default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SemiRain committed Jan 8, 2019
1 parent bf3b0b9 commit 74df263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<a id="skip-to-content" href="#content">Skip to the content.</a>

<header class="page-header" role="banner">
<h1 class="project-name"><a href="{{ site.home_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>
<h1 class="project-name"><a href="{{ site.home_url }}" style="color: #EEEEEE">{{ site.title | default: site.github.repository_name }}</a></h1>
<h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2>
<!-- {% if site.github.is_project_page %}
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
Expand Down

0 comments on commit 74df263

Please sign in to comment.