Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3532 from ONRR/blog-footer-link
Browse files Browse the repository at this point in the history
Adds blog link to footer
  • Loading branch information
master12 committed Jan 31, 2019
2 parents e094e2f + 5c0d293 commit 9e84bd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/layout/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<div class="footer-bottom-left">
<p class="footer-para_callout footer-para_callout-bigger">Built in the open</p>
<p class="footer-para">This site (<a href="https://github.com/onrr/doi-extractives-data/releases/{{ site.version }}" class="link-active-beta">{{ site.version }}</a>) is powered by <a class="link-active-beta" href="{{ site.baseurl }}/downloads">open data</a> and <a class="link-active-beta" href="https://github.com/onrr/doi-extractives-data/">source code</a>. We welcome contributions and comments on <a class="link-active-beta" href="https://github.com/onrr/doi-extractives-data/issues/new">GitHub</a>.</p>
<p class="footer-para">This site (<a href="https://github.com/onrr/doi-extractives-data/releases/{{ site.version }}" class="link-active-beta">{{ site.version }}</a>) is powered by <a class="link-active-beta" href="{{ site.baseurl }}/downloads">open data</a> and <a class="link-active-beta" href="https://github.com/onrr/doi-extractives-data/">source code</a>. We welcome contributions and comments on <a class="link-active-beta" href="https://github.com/onrr/doi-extractives-data/issues/new">GitHub</a>. We write about how we work on this site on <a class="link-active-beta" href="/blog">our team's blog</a>.</p>

<p class="footer-para-small footer-para_last"><a href="https://www.doi.gov/" class="link-beta">Department of the Interior</a> | <a href="https://www.doi.gov/privacy" class="link-beta">Privacy Policy</a> | <a href="https://www.doi.gov/foia" class="link-beta">FOIA</a> | <a href="https://www.usa.gov/" class="link-beta">USA.gov</a></p>

Expand Down
2 changes: 1 addition & 1 deletion gatsby-site/src/components/layouts/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Footer = ({ version }) => (
<p className="footer-para_callout footer-para_callout-bigger">Built in the open</p>
<p className="footer-para">This site (<a href={"https://github.com/onrr/doi-extractives-data/releases/"+version } className="link-active-beta">{ version }</a>)
is powered by <a className="link-active-beta" href="/downloads">open data</a> and <a className="link-active-beta" href="https://github.com/ONRR/doi-extractives-data/">source code</a>.
We welcome contributions and comments on <a className="link-active-beta" href="https://github.com/ONRR/doi-extractives-data/issues/new">GitHub</a>.<br/>
We welcome contributions and comments on <a className="link-active-beta" href="https://github.com/ONRR/doi-extractives-data/issues/new">GitHub</a>. We write about how we work on this site on <a className="link-active-beta" href="/blog">our team's blog</a>.<br/>
<a className={styles.helpWanted} href="https://docs.google.com/forms/d/e/1FAIpQLSe5fTZq_SCrid9N48Bh2DJ-WzHfYvo75-En6g7f9iaIK6EGiQ/viewform">Help make this site better.<span style={{paddingLeft:"15px", verticalAlign:"middle"}}><BullhornIcon viewBox="0 -15 100 100" width="25px" height="25px"/></span></a></p>

<p className="footer-para-small footer-para_last"><a href="https://www.doi.gov/" className="link-beta">Department of the Interior</a> | <a href="https://www.doi.gov/privacy" className="link-beta">Privacy Policy</a> | <a href="https://www.doi.gov/foia" className="link-beta">FOIA</a> | <a href="https://www.usa.gov/" className="link-beta">USA.gov</a></p>
Expand Down

0 comments on commit 9e84bd5

Please sign in to comment.