From 90d747238870bc178b533428559d1673dc56563e Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Sat, 25 Feb 2017 08:15:56 +0530 Subject: [PATCH] Remove dependency on include from default about.md This ensures better portability, allowing to switch and preview themes without having to delete the code block. --- lib/site_template/about.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/lib/site_template/about.md b/lib/site_template/about.md index d441cde3..8b4e0b28 100644 --- a/lib/site_template/about.md +++ b/lib/site_template/about.md @@ -6,10 +6,13 @@ permalink: /about/ This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/) -You can find the source code for the Jekyll new theme at: -{% include icon-github.html username="jekyll" %} / +You can find the source code for Minima at GitHub: +[jekyll][jekyll-organization] / [minima](https://github.com/jekyll/minima) -You can find the source code for Jekyll at -{% include icon-github.html username="jekyll" %} / +You can find the source code for Jekyll at GitHub: +[jekyll][jekyll-organization] / [jekyll](https://github.com/jekyll/jekyll) + + +[jekyll-organization]: https://github.com/jekyll