diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-10-12 19:46:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-10-12 20:08:42 +0200 |
commit | cda99a1f19d2b53b909f20451bc3ded3658fcf6d (patch) | |
tree | 43db9a3af814c46dd59d1cdaef70db7e7ca1cb88 | |
parent | Only show 2 news items on the frontpage (diff) | |
download | www-cda99a1f19d2b53b909f20451bc3ded3658fcf6d.tar.gz www-cda99a1f19d2b53b909f20451bc3ded3658fcf6d.tar.bz2 www-cda99a1f19d2b53b909f20451bc3ded3658fcf6d.zip |
Fix pass-through for .rst GLEPs
-rw-r--r-- | _config.yml | 5 | ||||
-rw-r--r-- | _layouts/passthrough.html | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 804950b..924ba0b 100644 --- a/_config.yml +++ b/_config.yml @@ -35,6 +35,11 @@ defaults: nav1: home nav2: news nav2-show: true + - + scope: + path: glep + values: + layout: passthrough exclude: ['bin', 'README', 'TODO'] gems: ['nokogiri'] diff --git a/_layouts/passthrough.html b/_layouts/passthrough.html new file mode 100644 index 0000000..cddd070 --- /dev/null +++ b/_layouts/passthrough.html @@ -0,0 +1 @@ +{{ content }} |