We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a0373 commit cc986a9Copy full SHA for cc986a9
_config.yml
@@ -25,7 +25,7 @@ instagram_username :
25
twitter_username : johnyorke
26
github_username : johnyorke
27
youtube_username :
28
-
+privacy_policy : true
29
30
31
# Feature List Edit, add or remove features to be presented.
_includes/footer.html
@@ -38,5 +38,14 @@
38
</a>
39
{% endif %}
40
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
+
50
</div>
51
</footer>
0 commit comments