Open hkopp opened 8 years ago
@hkopp Have you tried just <div class="sidebar">blah<div>
? The div.
part is the CSS selector.
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.
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.