Skip to content

Commit

Permalink
implement design feedback for footer edit link
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Aug 16, 2017
1 parent 038f699 commit d7a994d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ github:
source:
branch: "master"
path: "/"

repository_url: "https://github.com/pages-themes/primer"

title: Jekyll Theme Primer
description: Primer is a Jekyll theme for GitHub Pages
description: Primer is a Jekyll theme for GitHub Pages
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title }}</a></h1>
{{ content }}

{% if site.github.private != true and site.github.license %}
<div class="footer border-top border-gray-light mt-5 pt-1 text-right text-small">
<div class="footer border-top border-gray-light mt-5 pt-3 text-right text-gray">
This site is open source. <a href="{{ site.github.repository_url }}/edit/{{ site.github.source.branch }}{{ site.github.source.path }}{{ page.path }}">Help improve this page</a>.
</div>
{% endif %}
Expand Down

0 comments on commit d7a994d

Please sign in to comment.