aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/shortcodes/gist.html
blob: c47567210aa6b2bd702020ae407584ec43375062 (plain)
1
2
3
4
5
6
7
8
9
{{- $user := default "gdb"                              (.Get "user" | default (.Get 0)) -}}
{{- $gist := default "b6365e79be6052e7531e7ba6ea8caf23" (.Get "gist" | default (.Get 1)) -}}
{{- $file := default ""                                 (.Get "file" | default (.Get 2)) -}}

<github-gist>
  <script
    src="https://gist.github.com/{{ $user }}/{{ $gist }}.js?file={{ $file }}">
  </script>
</github-gist>