Skip to content

Commit

Permalink
Fix namelink shortcode whitespace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wbthomason committed Jan 29, 2024
1 parent 1b9d72b commit 2c03f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/shortcodes/namelink.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<div class="name-link"><a class="name-link" href="{{link}}">{{name}}</a></div>
<a class="name-link" href="{{link}}">{{name}}</a>{% if true %}{% endif -%}

0 comments on commit 2c03f0e

Please sign in to comment.