Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonzq committed May 6, 2020
2 parents e5f32d3 + df6761f commit ee5f757
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions layouts/shortcodes/typeit.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- $content := .Inner -}}
{{- $content := trim .Inner "\n" -}}
{{- $classList := .Get "class" | slice -}}
{{- $tag := .Get "tag" | default "div" -}}

Expand All @@ -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 -}}
Expand Down

0 comments on commit ee5f757

Please sign in to comment.