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.
This commit is contained in:
parent
e52fa87665
commit
90d7472388
|
@ -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/)
|
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:
|
You can find the source code for Minima at GitHub:
|
||||||
{% include icon-github.html username="jekyll" %} /
|
[jekyll][jekyll-organization] /
|
||||||
[minima](https://github.com/jekyll/minima)
|
[minima](https://github.com/jekyll/minima)
|
||||||
|
|
||||||
You can find the source code for Jekyll at
|
You can find the source code for Jekyll at GitHub:
|
||||||
{% include icon-github.html username="jekyll" %} /
|
[jekyll][jekyll-organization] /
|
||||||
[jekyll](https://github.com/jekyll/jekyll)
|
[jekyll](https://github.com/jekyll/jekyll)
|
||||||
|
|
||||||
|
|
||||||
|
[jekyll-organization]: https://github.com/jekyll
|
||||||
|
|
Loading…
Reference in New Issue