nordgedanken-github-io

git clone git://archive.git.mtrnord.blog/Nordgedanken/nordgedanken-github-io.git
Log | Files | Refs | README | LICENSE

commit cac36df89c6ef5c1fad7727d92fa5526bfcf8510
parent df31e102fea4f596b05b3dc84ee5405f33b5d447
Author: georgedarocha <georgedarocha@gmail.com>
Date:   Thu, 19 Oct 2017 21:38:10 -0400

fixing broken link to nrandecker github user page
Diffstat:
M_includes/footer.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_includes/footer.html b/_includes/footer.html @@ -1,6 +1,6 @@ <footer class="footer"> <p>&copy; {{site.username}}</p> - <p>Build with Jekyll and <span class="love">❤</span> by <a href="https://nrandecker.github.io">Nathan Randecker</a></p> + <p>Build with Jekyll and <span class="love">❤</span> by <a href="https://github.com/nrandecker">Nathan Randecker</a></p> </footer> <script src="//cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script> <script src="{{ "/assets/js/sweet-scroll.min.js" | prepend: site.baseurl }}"></script>