aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-09-14 22:12:43 +0200
committerMichał Górny <mgorny@gentoo.org>2017-10-12 22:47:59 +0200
commitc7f3afa06ae5e62140a809a25834c8857b93b09a (patch)
treeb5174f9dd9e337c8828accb8673b3395eeb79bad /_plugins
parentglep: Include table-of-contents (diff)
downloadwww-c7f3afa06ae5e62140a809a25834c8857b93b09a.tar.gz
www-c7f3afa06ae5e62140a809a25834c8857b93b09a.tar.bz2
www-c7f3afa06ae5e62140a809a25834c8857b93b09a.zip
glep: Add CSS to fix style
Diffstat (limited to '_plugins')
-rw-r--r--_plugins/gleps.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/_plugins/gleps.rb b/_plugins/gleps.rb
index 3955c3a..137b08d 100644
--- a/_plugins/gleps.rb
+++ b/_plugins/gleps.rb
@@ -35,6 +35,7 @@ module Gentoo
data['layout'] = 'glep'
data['nav1'] = 'inside-gentoo'
data['nav2'] = 'gleps'
+ data['extracss'] = ['glep.css']
lines = File.readlines(File.join(@base, GLEPGenerator::GLEP_DIR, name))
while not lines.empty?