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.
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.