summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Blackquill <uhhadd@gmail.com>2022-01-11 12:33:26 -0500
committerJan Blackquill <uhhadd@gmail.com>2022-01-12 19:35:37 +0000
commit7f94060d69ddaab97400c66d12050c0be5e0caf0 (patch)
tree0477d23a48895e1271f5e1f033eac203ce498bf0
parentb1d1e10d23862d1d38b34bfec0620cea0891e59c (diff)
downloadqbs-7f94060d69ddaab97400c66d12050c0be5e0caf0.tar.gz
Add wrapper 'content' div to QDoc conf for Hugo site
This is needed to distinguish the sidebar from the rest of the page, to allow styling it separately Change-Id: I5b8039f0b51a02b24778bab140b6402e6db94ee7 Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
-rw-r--r--doc/qbs-hugo.qdocconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/qbs-hugo.qdocconf b/doc/qbs-hugo.qdocconf
index cc8cdb532..66ba0548c 100644
--- a/doc/qbs-hugo.qdocconf
+++ b/doc/qbs-hugo.qdocconf
@@ -1,3 +1,6 @@
include(config/qbs-project.qdocconf)
syntaxhighlighting = true
+
+HTML.prologue = "<div class=\"content\">"
+HTML.footer += "</div>"