Compare commits
2 commits
69d84a11ce
...
64d300b094
Author | SHA1 | Date | |
---|---|---|---|
|
64d300b094 | ||
|
79672f00a7 |
3 changed files with 12 additions and 4 deletions
|
@ -18,7 +18,7 @@ sich auszutauschen. Unsere Vereinszwecke lauten gemäß unseren Vereinsstatuten
|
||||||
- Untersuchung technologischer Entwicklungen und deren Auswirkungen auf Gesellschaft und Individuen mit Schwerpunkt
|
- Untersuchung technologischer Entwicklungen und deren Auswirkungen auf Gesellschaft und Individuen mit Schwerpunkt
|
||||||
auf elektronischer Datenverarbeitung.
|
auf elektronischer Datenverarbeitung.
|
||||||
- Einsatz für offene Systeme, Informationsfreiheit und Netzneutralität.
|
- Einsatz für offene Systeme, Informationsfreiheit und Netzneutralität.
|
||||||
{.list-disc .ml-10 .mt-5}
|
|
||||||
{{%/ section-format %}}
|
{{%/ section-format %}}
|
||||||
|
|
||||||
{{% section-format type="pacman" location="right" %}}
|
{{% section-format type="pacman" location="right" %}}
|
||||||
|
|
|
@ -28,3 +28,11 @@ theme = 'cccsbg-hugo-theme'
|
||||||
[[build.cachebusters]]
|
[[build.cachebusters]]
|
||||||
source = "assets/.*\\.(.*)$"
|
source = "assets/.*\\.(.*)$"
|
||||||
target = "$1"
|
target = "$1"
|
||||||
|
|
||||||
|
## Needed for our short code
|
||||||
|
[markup]
|
||||||
|
[markup.goldmark.renderer]
|
||||||
|
unsafe = true
|
||||||
|
[markup.goldmark.parser.attribute]
|
||||||
|
block = true
|
||||||
|
title = true
|
|
@ -1 +1 @@
|
||||||
Subproject commit f6639d39778255e1ec475af5badc2a996e94214b
|
Subproject commit 1db5622826a183247ff451f8e54efdb0a3d0acd9
|
Loading…
Add table
Reference in a new issue