hooligan icon indicating copy to clipboard operation
hooligan copied to clipboard

Sidebar

Open hkopp opened this issue 8 years ago • 2 comments

Is there a possibility to add a sidebar? Grepping through the code yielded

assets/themes/hooligan/css/style.css:div.sidebar section { assets/themes/hooligan/css/style.css:div.sidebar section img.icon { _site/assets/themes/hooligan/css/style.css:div.sidebar section { _site/assets/themes/hooligan/css/style.css:div.sidebar section img.icon {

But I have not found out how to use this. This may be due to my limited knowledge of HTML. I tried <div class="div.sidebar"> blabla </div> as well as some similar stuff.

hkopp avatar Sep 27 '16 19:09 hkopp

@hkopp Have you tried just <div class="sidebar">blah<div> ? The div. part is the CSS selector.

MikeRalphson avatar Oct 03 '16 12:10 MikeRalphson

I tested it just now and it writes the text "blah" at the bottom of the page. I also tried <div class="sidebar">blah</div> since I think the div needs to be closed, but that yields the same result. Unfortunately no sidebar.

hkopp avatar Oct 03 '16 12:10 hkopp