mirror of https://github.com/MISP/misp-website
chg: [communities] support for gen_website_communities.py script
parent
c00ad89c5c
commit
331e999b72
|
@ -182,7 +182,7 @@ disablePathToLower = "True"
|
|||
post = 2
|
||||
|
||||
[[menu.main]]
|
||||
name = "Who"
|
||||
name = "The core team"
|
||||
url = "/who/"
|
||||
weight = 3
|
||||
parent = "section.who"
|
||||
|
@ -492,3 +492,8 @@ disablePathToLower = "True"
|
|||
category = "categories"
|
||||
tag = "tags"
|
||||
author = "authors"
|
||||
|
||||
[markup]
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
|
@ -43,6 +43,20 @@
|
|||
height: auto;
|
||||
}
|
||||
|
||||
/* custom pages */
|
||||
.community_logo {
|
||||
float: right;
|
||||
max-width: 300px;
|
||||
max-height: 150px;
|
||||
}
|
||||
|
||||
summary:before {
|
||||
content: "\25BA";
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
details[open]>summary:before, details.open>summary:before {
|
||||
content: "\25BC";
|
||||
}
|
||||
/* delivered with example site */
|
||||
.box-image-text .image {
|
||||
min-height: 190px;
|
||||
|
|
Loading…
Reference in New Issue