wiki/templates/sidebar-right.html
Peter Stuifzand 9d4c6ed770
All checks were successful
continuous-integration/drone/push Build is passing
Show graph in sidebar-right
2021-08-17 21:24:57 +02:00

13 lines
315 B
HTML

{{ define "sidebar-right" }}
<div class="sidebar-right">
{{block "calendar" .}}
{{end}}
<div class="graph-view">
{{ if .ShowGraph }}
<div class="graph-network" data-name="{{ .Name }}" style="height:80vh; top:0; position: sticky"></div>
{{ end }}
</div>
</div>
{{ end }}