Compare commits
2 Commits
310f0327c9
...
1924342d21
| Author | SHA1 | Date | |
|---|---|---|---|
| 1924342d21 | |||
| e63cff37eb |
@@ -11,7 +11,7 @@ style = "emacs"
|
||||
blog = "/blog/:year/:slug"
|
||||
|
||||
[params]
|
||||
avatar = "profile.jpg"
|
||||
avatar = "profile.png"
|
||||
author = "Max Mehl"
|
||||
description = "Open Source expert with background in tech and policy. Focused on strategy, governance, and software supply chains. Building sustainable digital environments."
|
||||
keywords = "open source, free software, Deutsche Bahn, DB Systel, FSFE, management, campaign, communication, strategy, konstanz, berlin, munster, IT service, politics, administration, scouts, founder"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 35 KiB |
BIN
static/img/profile.png
Normal file
BIN
static/img/profile.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
@@ -12,7 +12,7 @@
|
||||
{{- $title = print .Site.Title " | " .Title -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
{{- $image := "/img/profile.jpg" -}}
|
||||
{{- $image := path.Join "/img" .Site.Params.avatar -}}
|
||||
{{- if isset .Params "headerimage" }} {{ $image = print "img/" .Params.headerimage }} {{ end -}}
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
|
||||
Reference in New Issue
Block a user