diff options
author | desci <desci@web> | 2016-05-08 21:53:14 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-05-08 21:53:14 -0400 |
commit | dfcfefea74a73c6424e5a34e6153fff3cb545e26 (patch) | |
tree | 32aee5fcffe79556fc2dd8478f7f4aca50be7d51 | |
parent | ed5ea6c3034acc75bd4132733288992ab87353b8 (diff) | |
download | ikiwiki-dfcfefea74a73c6424e5a34e6153fff3cb545e26.tar ikiwiki-dfcfefea74a73c6424e5a34e6153fff3cb545e26.tar.gz |
Adding info regarding bootstrap classes
-rw-r--r-- | doc/todo/merge_bootstrap_branch.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/merge_bootstrap_branch.mdwn b/doc/todo/merge_bootstrap_branch.mdwn index ee42bf55c..e2fb5f3c6 100644 --- a/doc/todo/merge_bootstrap_branch.mdwn +++ b/doc/todo/merge_bootstrap_branch.mdwn @@ -21,3 +21,10 @@ except when the bootstrap theme is enabled. > > My work on bootstrap also involved some changes to the base templates, > not sure there is a way to work around that. --[[anarcat]] + +>> As for not tampering with template files, the only way I found to +>> work around this is to rename the desired bootstrap classes to the +>> ones that the default ikiwiki template wants (toc, map, etc.). +>> [see for yourself](https://notabug.org/iikb/ikiwiki-theme-bootstrap/commit/7f30630b6255336a34b14f70f2a674e15cd797a0) - don't mind the red parts. +>> This is tedious and boring, it's easier to tamper with template files +>> than to rewrite bootstrap by copying and pasting it. --[[desci]] |