chronik first try
This commit is contained in:
parent
cc2dd04432
commit
c2da25762d
@ -35,7 +35,13 @@
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
|
||||
<<<<<<< HEAD
|
||||
{{ template "_internal/opengraph.html" . }}
|
||||
{{ template "_internal/twitter_cards.html" . }}
|
||||
=======
|
||||
<script src="{{ `plugins/wordcloud/wordcloud2.js` | absURL }}"></script>
|
||||
|
||||
|
||||
>>>>>>> 789501f (chronik first try)
|
||||
|
||||
</head>
|
||||
|
@ -4,6 +4,10 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 mb-4">
|
||||
<div id="wc-canvas" style="width: 800px;height: 800px;"></div>
|
||||
<script>
|
||||
WordCloud(document.getElementById('wc-canvas'), { list: [[ "{{.Params.Title}}", 100], ['Einführung des Modulkurses', 40], ['Umzug', 40], ['Wettbewerbserfolge', 40], ['Cantorpreis', 40], ['Teilnahme an der ersten Internationalen Junior Science Olympiade', 25]] } );
|
||||
</script>
|
||||
{{ .Content }}
|
||||
</div>
|
||||
{{ if .Params.Cantorpreisträger }}
|
||||
|
1241
static/plugins/wordcloud/wordcloud2.js
Normal file
1241
static/plugins/wordcloud/wordcloud2.js
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user