Sticky-Position verallgemeinert

This commit is contained in:
mdn 2022-11-28 19:45:15 +01:00
parent b5c29695ff
commit ac8d277899
5 changed files with 20 additions and 11 deletions

View file

@ -10,7 +10,7 @@
{{ end }}
{{ define "sidebar" }}
<div class="position-sticky" style="top: 0.5rem;">
<div class="position-sticky">
{{- partial "widget/header.html" (dict "title" "About Me") -}}
{{- partial "widget/aboutme.html" (dict "avatar" .Site.Params.Avatar "description" .Site.Params.Description) -}}

View file

@ -4,7 +4,7 @@
{{ end }}
{{ define "sidebar" }}
<div class="position-sticky" style="top: 0.5rem;">
<div class="position-sticky">
{{- partial "widget/header.html" (dict "title" "About Me") -}}
{{- partial "widget/aboutme.html" (dict "avatar" .Site.Params.Avatar "description" .Site.Params.Description) -}}