chore: remove unused variables (#758)

This commit is contained in:
Ludovic Fernandez
2025-08-16 11:17:01 +02:00
committed by GitHub
parent f79bd1a8cf
commit 880084b091
2 changed files with 0 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
{{- $page := .page -}}
{{- $link := .link -}} {{- $link := .link -}}
{{- $title := .title -}} {{- $title := .title -}}
{{- $icon := .icon -}} {{- $icon := .icon -}}

View File

@@ -15,7 +15,6 @@ A shortcode to create a card.
@example {{< card link="/" title="Image Card" }} @example {{< card link="/" title="Image Card" }}
*/ -}} */ -}}
{{- $context := . -}}
{{- $link := .Get "link" -}} {{- $link := .Get "link" -}}
{{- $title := .Get "title" -}} {{- $title := .Get "title" -}}
{{- $icon := .Get "icon" -}} {{- $icon := .Get "icon" -}}