diff options
author | desci <desci@web> | 2016-04-08 22:33:56 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-04-08 22:33:56 -0400 |
commit | 248665c9b88e4633135e59232a81fa97500ef9e3 (patch) | |
tree | 9b271aedd16f3c1fc665c420eae1f885f97ed56f /doc | |
parent | f54733f9b0e9c7d8c558e3a677b85cfffdac3870 (diff) | |
download | ikiwiki-248665c9b88e4633135e59232a81fa97500ef9e3.tar ikiwiki-248665c9b88e4633135e59232a81fa97500ef9e3.tar.gz |
Ok now I've got it right
Diffstat (limited to 'doc')
-rw-r--r-- | doc/themes/discussion.mdwn | 21 |
1 files changed, 11 insertions, 10 deletions
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 |