File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ nav.sidebar {
144144
145145 & :hover {
146146 color : inherit ;
147- background : #f6f6f6 ;
147+ background : var ( --background-1 ); // #f6f6f6;
148148 }
149149
150150 & .current-page {
Original file line number Diff line number Diff line change 44 < aside class ="toc ">
55 < h6 > Auf dieser Seite</ h6 >
66 {{ . }}
7+
8+ {{ if $.File }}
9+ {{ $pathFormatted := replace $.File.Path "\\" "/" }}
10+ {{ $gh_repo := ($.Param "github_repo") }}
11+ {{ $gh_branch := ($.Param "github_branch") }}
12+ {{ $gh_repo_path := printf "%s/content/%s" $gh_branch $pathFormatted }}
13+ {{ $editURL := printf "%s/edit/%s" $gh_repo $gh_repo_path }}
14+ < a href ="{{ $editURL }} " target ="_blank " rel ="noreferrer noopener "> Diese Seite in GitHub bearbeiten</ a >
15+ {{ end }}
716 </ aside >
817 {{ end -}}
918 {{ end -}}
You can’t perform that action at this time.
0 commit comments