MC → 🐙, tweak title

このコミットが含まれているのは:
3wc
2021-08-26 00:55:50 +02:00
コミット 322b6abe35
3個のファイルの変更6行の追加6行の削除

ファイルの表示

@ -1,16 +1,16 @@
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'SITENAME'
title = 'Sophie Lewis'
theme = "sophie-lewis"
[params]
navbar = ["about", "writing", "videos", "get-in-touch"]
[params.header]
name = "Sophie Lewis"
subtitle = "Writer & Philosopher"
subtitle = "Writer, Theorist, Teacher"
[params.about]
#headshot =
# headshot = "headshot.png"
# DON'T EDIT BELOW

ファイルの表示

@ -4,9 +4,9 @@
<div class="columns">
<div class="column is-one-third">
<div class="headshot">
{{ $img := relURL "img/headshot_example.png"}}
{{ $img := relURL "img/headshot_example.png" }}
{{ if isset $.Site.Params.about "headshot" }}
{{ if fileExists ( printf "static/img/%s" $.Site.Params.about.headshot ) }}
{{ if fileExists ( printf "themes/sophie-lewis/static/img/%s" $.Site.Params.about.headshot ) }}
{{ $img := relURL ( printf "img/%s" $.Site.Params.about.headshot )}}
<img src='{{ $img }}'>
{{ else }}
@ -28,4 +28,4 @@
{{.Content}}
</div>
{{ end }}
{{ end }}
{{ end }}

バイナリファイルは表示されません。

変更前

幅:  |  高さ:  |  サイズ: 2.5 MiB

変更後

幅:  |  高さ:  |  サイズ: 319 KiB