diff options
Diffstat (limited to 'indieweb-micro/themes/MinIndie/layouts/shortcodes/follow.html')
| -rw-r--r-- | indieweb-micro/themes/MinIndie/layouts/shortcodes/follow.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/indieweb-micro/themes/MinIndie/layouts/shortcodes/follow.html b/indieweb-micro/themes/MinIndie/layouts/shortcodes/follow.html deleted file mode 100644 index a80b059..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/shortcodes/follow.html +++ /dev/null @@ -1,12 +0,0 @@ -{{ $url := .Get 0 }} -{{ $date := .Get 1 }} - -<div class="follow-card"> - <a class="follow-target u-follow-of" href="{{ $url }}"> - {{ $url }} - </a> - - <time class="follow-date dt-published" datetime="{{ $date }}T00:00:00Z"> - {{ $date }} - </time> -</div> |
