guides_style_18f 0.1.7 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/guides_style_18f/includes/footer.html +3 -3
- data/lib/guides_style_18f/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2f55d8c51e9b14018cbfc38a853cfddf73e3c6fc
|
4
|
+
data.tar.gz: 98787fbd34f94b500279b9a409cb36141080f9d1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b0d479e2b3e11ef3e8bd535f66cbb7b31852e602e6d2a24421bb98d759d5868d7ee099b18d32d0ed55b6491b26734c7b97a74f2e856ea056162dbce9ec5eec6a
|
7
|
+
data.tar.gz: 4c45d778751f4226dfff001ade5063f07e08fa637b92dcfe2456830c166a305501994238a97113c6c935930303a0f7c130f61b68b3b4dfed09e7fbed9a908b47
|
@@ -1,9 +1,9 @@
|
|
1
1
|
<footer role="contentinfo">
|
2
|
-
<div class="wrap">
|
3
|
-
<p>This project is maintained by <a href="{{ site.author.url }}">{{ site.author.name }}</a>.</p>
|
2
|
+
<div class="wrap">{% assign repo_url = site.repos[0].url %}
|
3
|
+
<p>This project is maintained by <a href="{{ site.author.url }}">{{ site.author.name }}</a>. The source is available at <a href="{{ repo_url }}">{{ repo_url }}</a>.</p>
|
4
4
|
|
5
5
|
<p>Hosted on <a href="https://github.com/18F/pages/">18F Pages</a>.
|
6
6
|
The <a href="https://github.com/18F/guides-template/">18F Guides theme</a> is based on <a href="https://github.com/cfpb/docter/">DOCter</a> from <a href="http://cfpb.github.io/">CFPB</a>.</p>
|
7
|
-
<p><a href="{{
|
7
|
+
<p><a href="{{ repo_url }}/edit/18f-pages/{{ page.path }}">Edit this page</a> or <a href="{{ repo_url }}/issues">file an issue</a> on GitHub.</p>
|
8
8
|
</div><!--/.wrap -->
|
9
9
|
</footer>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: guides_style_18f
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Bland
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-12-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|