Overhaul figures
This commit is contained in:
6
layouts/partials/paige/a.html
Normal file
6
layouts/partials/paige/a.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{{ $class := .class }}
|
||||
{{ $content := .content }}
|
||||
{{ $href := .href }}
|
||||
{{ $style := .style }}
|
||||
|
||||
<a {{ with $class }} {{ . }} {{ end }} {{ with $href }} href="{{ . }}" {{ end }} {{ with $style }} {{ . | safeCSS }} {{ end }}>{{ $content }}</a>
|
Reference in New Issue
Block a user