Hmm, try using separate symlinks that aren't excluded from Jekyll to load the base repo stuff into the site? Might be more reliable

This commit is contained in:
Danielle McLean 2020-06-18 14:00:35 +10:00
parent e9b0d0d5c0
commit f337cc8574
Signed by: 00dani
GPG key ID: 9DDE1EDE01E3A605
6 changed files with 4 additions and 4 deletions

View file

@ -2,6 +2,6 @@
layout: page
permalink: /README
---
{% capture readme_text %}{% include_relative .dots/README.md %}{% endcapture %}
{% capture readme_text %}{% include_relative README.md %}{% endcapture %}
{% assign readme_text = readme_text | newline_to_br | split: '<br />' | shift | shift | join %}
{{ readme_text | markdownify }}