summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/site_stat.html
blob: 35f4f3f0645bb9006332cc685730e44cda5ea9ea (plain)
1
2
3
4
5
6
7
8
9
{{- $graph := .Get 0 }}
{{- $alt := .Get 1 }}

<figure>
  <figcaption>{{$alt}}</figcaption>
  <a href="https://michal.sapka.me/site-stats/{{$graph}}"  target="_blank">
    <img width="980" height="300" loading="lazy" alt="{{$alt}}" src="https://michal.sapka.me/site-stats/{{$graph}}">
  </a>
</figure>