]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Ok now I've got it right
authordesci <desci@web>
Sat, 9 Apr 2016 02:33:56 +0000 (22:33 -0400)
committeradmin <admin@branchable.com>
Sat, 9 Apr 2016 02:33:56 +0000 (22:33 -0400)
doc/themes/discussion.mdwn

index 1dba08a33dee90ca80345b3732cc06c02d1720d1..88a1e38ca17590c60a4a1bfc1aecb9c10fb999ea 100644 (file)
@@ -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