Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Commit

Permalink
Added Pillars link
Browse files Browse the repository at this point in the history
Signed-off-by: Brendan Dixon <brendandixon@me.com>
  • Loading branch information
brendandixon committed Mar 30, 2018
1 parent d5eb98f commit 6f5f939
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
7 changes: 4 additions & 3 deletions footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<img class="mr-2 img-fluid hover-show" src="<?php printf( get_template_directory_uri() . '/assets/images/logo-gray.svg'); ?>" />
</a>
<span class="pt-1 d-table-cell align-middle social">
&mdash;
<a href="mailto:info@thegatherings.place"><i class="fas fa-envelope-square"></i></a>
<!-- <a href="home.html"><i class="fab fa-facebook"></i></a>
<!-- &mdash;
<a href="home.html"><i class="fas fa-envelope-square"></i></a>
<a href="home.html"><i class="fab fa-facebook"></i></a>
<a href="home.html"><i class="fab fa-pinterest"></i></a>
<a href="home.html"><i class="fab fa-twitter-square"></i></a> -->
</span>
Expand All @@ -36,6 +36,7 @@
<ul class="mb-0 d-table-cell align-middle text-right">
<li><a href="<?php printf( about_uri() ); ?>">about</a></li>
<li><a href="<?php printf( faq_uri() ); ?>">faq</a></li>
<li><a href="<?php printf ( get_pillars_uri() ); ?>">pillars</a></li>
<li><a href="<?php printf( get_involved_uri() ); ?>">get involved</a></li>
<!-- <li><a href="home.html">privacy policy</a></li> -->
</ul>
Expand Down
4 changes: 4 additions & 0 deletions inc/template-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ function get_involved_uri() {
return get_permalink( get_page_by_path( 'get-involved' ) );
}

function get_pillars_uri() {
return get_permalink( get_page_by_path( 'pillars' ) );
}

function starts_with($haystack, $needle) {
$length = strlen($needle);
return (substr($haystack, 0, $length) === $needle);
Expand Down
2 changes: 1 addition & 1 deletion sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: http://underscores.me/
Author: Brendan Dixon
Author URI: http://thegatherings.place/
Description: Description
Version: 1.0.13
Version: 1.0.14
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thegatherings
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: http://underscores.me/
Author: Brendan Dixon
Author URI: http://thegatherings.place/
Description: Description
Version: 1.0.13
Version: 1.0.14
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thegatherings
Expand Down

0 comments on commit 6f5f939

Please # to comment.