Skip to content

Commit fdcf7f6

Browse files
committed
add footer link
1 parent 854f437 commit fdcf7f6

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ color:
1010
links: '#219ab3'
1111

1212
# Footer settings
13-
footer: R. Fore
13+
footer:
1414

1515
# Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)
1616
social:

_includes/footer.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!-- Footer -->
22
<footer>
33
<div class="container text-center">
4-
<p>Copyright &copy; {{ site.footer }} 20{{ site.time | date: '%y' }}</p>
4+
<p>Based on <a href="https://justinmae.github.io/grayscale-theme/">Grayscale Bootstraph theme</a>, powered by Jekyll</p>
5+
<!--- <p> {{ site.footer }} 20{{ site.time | date: '%y' }}</p>--->
56
</div>
67
</footer>

0 commit comments

Comments
 (0)