Einbinden von CustomCSS setzt keine Site-Base mehr davor + kleinere Anpassungen um Leerzeilen zu vermeiden
This commit is contained in:
parent
c14beceef6
commit
631c22e7c6
18 changed files with 134 additions and 146 deletions
|
@ -8,9 +8,9 @@
|
|||
{{- partial "widget/header.html" (dict "title" "About Me") -}}
|
||||
{{- partial "widget/aboutme.html" (dict "avatar" .Site.Author.avatar "description" .Site.Author.description) -}}
|
||||
|
||||
{{ with .Site.Author.social }}
|
||||
{{- with .Site.Author.social }}
|
||||
{{- partial "widget/header.html" (dict "title" "Contact Me") -}}
|
||||
{{- partial "widget/socials.html" . -}}
|
||||
{{ end }}
|
||||
{{ end -}}
|
||||
</div>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue