sitoctt/layouts/partials/anchor.html

2 lines
144 B
HTML
Raw Permalink Normal View History

2024-08-27 22:55:45 +02:00
<a href="{{ .Params.href }}" rel="{{ .Params.rel }}" target="{{ .Params.target }}" title="{{ .Params.title }}">{{ or .Inner .Params.href }}</a>