Skip to content

Commit cc986a9

Browse files
author
John Yorke
committed
Add privacy policy link
1 parent 00a0373 commit cc986a9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ instagram_username :
2525
twitter_username : johnyorke
2626
github_username : johnyorke
2727
youtube_username :
28-
28+
privacy_policy : true
2929

3030

3131
# Feature List Edit, add or remove features to be presented.

_includes/footer.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,14 @@
3838
</a>
3939
{% endif %}
4040

41+
{% if site.privacy_policy %}
42+
<a href="https//www.apple.com">
43+
<span class="fa-stack fa-1x">
44+
<i class="socialIconBack fas fa-circle fa-stack-2x"></i>
45+
<i class="socialIconTop fas fa-eye fa-stack-1x"></i>
46+
</span>
47+
</a>
48+
{% endif %}
49+
4150
</div>
4251
</footer>

0 commit comments

Comments
 (0)