mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 02:26:08 +01:00
Gemini: Remove (which I sometimes use)
This commit is contained in:
parent
f120f0831b
commit
3364fac15c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{{ $sections := split (replaceRE `^\s*` "\n" .) "\n#" -}}
|
{{ $sections := split (replaceRE ` ` " " .) "\n#" -}}
|
||||||
{{- $first := true -}}
|
{{- $first := true -}}
|
||||||
{{- range $sections -}}
|
{{- range $sections -}}
|
||||||
{{- $content := . -}}
|
{{- $content := . -}}
|
||||||
|
|
Loading…
Reference in a new issue