summaryrefslogtreecommitdiffstats
path: root/indieweb-micro/themes/MinIndie/layouts/shortcodes/follow.html
blob: 27a1bddf5f70353d10845aaf046f4745976bd53d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{{ $url := .Get 0 }}
{{ $date := .Get 1 }}

<div class="follow-card h-entry">
  <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>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage