1
0
Fork 0
mirror of https://github.com/dillonzq/LoveIt.git synced 2025-04-12 08:47:36 +02:00

Merge branch 'develop'

This commit is contained in:
Dillon 2020-05-07 01:17:08 +08:00
commit ee5f757fe9

View file

@ -1,4 +1,4 @@
{{- $content := .Inner -}}
{{- $content := trim .Inner "\n" -}}
{{- $classList := .Get "class" | slice -}}
{{- $tag := .Get "tag" | default "div" -}}
@ -19,7 +19,6 @@
{{- end -}}
{{- /* trim the newline */ -}}
{{- $content = trim $content "\n" -}}
{{- $id := dict "content" $content "scratch" .Page.Scratch | partial "function/id.html" -}}
{{- $key := .Get "group" | string | default $id -}}
{{- $typeitMap := (.Page.Scratch.Get "this").typeitMap | default dict -}}