From: desci Date: Sat, 9 Apr 2016 02:33:56 +0000 (-0400) Subject: Ok now I've got it right X-Git-Tag: 3.20160506~21^2~35 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/248665c9b88e4633135e59232a81fa97500ef9e3?hp=f54733f9b0e9c7d8c558e3a677b85cfffdac3870 Ok now I've got it right --- diff --git a/doc/themes/discussion.mdwn b/doc/themes/discussion.mdwn index 1dba08a33..88a1e38ca 100644 --- a/doc/themes/discussion.mdwn +++ b/doc/themes/discussion.mdwn @@ -40,16 +40,17 @@ I have a complex theme I'm working on, and it doesn't even have a `style.css`, b └── my-theme/ ├── basewiki/ │ ├── bootstrap/ - │ │ └── bootstrap.min.css - │ ├── js/ - │ │ ├── bootstrap.js - │ │ └── bootstrap.min.js - │ ├── fonts/ - │ │ ├── glyphicons-halflings-regular.eot - │ │ ├── glyphicons-halflings-regular.svg - │ │ ├── glyphicons-halflings-regular.ttf - │ │ ├── glyphicons-halflings-regular.woff - │ │ └── glyphicons-halflings-regular.woff2 + │ │ ├── css/ + │ │ │ └── bootstrap.min.css + │ │ ├── js/ + │ │ │ ├── bootstrap.js + │ │ │ └── bootstrap.min.js + │ │ └── fonts/ + │ │ ├── glyphicons-halflings-regular.eot + │ │ ├── glyphicons-halflings-regular.svg + │ │ ├── glyphicons-halflings-regular.ttf + │ │ ├── glyphicons-halflings-regular.woff + │ │ └── glyphicons-halflings-regular.woff2 │ └── index.mdwn └── templates/ ├── page.tmpl