mirror of
https://github.com/imfing/hextra.git
synced 2025-08-23 11:46:39 -04:00
chore: remove unused variables (#758)
This commit is contained in:

committed by
GitHub

parent
f79bd1a8cf
commit
880084b091
@@ -1,4 +1,3 @@
|
||||
{{- $page := .page -}}
|
||||
{{- $link := .link -}}
|
||||
{{- $title := .title -}}
|
||||
{{- $icon := .icon -}}
|
||||
|
@@ -15,7 +15,6 @@ A shortcode to create a card.
|
||||
@example {{< card link="/" title="Image Card" }}
|
||||
*/ -}}
|
||||
|
||||
{{- $context := . -}}
|
||||
{{- $link := .Get "link" -}}
|
||||
{{- $title := .Get "title" -}}
|
||||
{{- $icon := .Get "icon" -}}
|
||||
|
Reference in New Issue
Block a user