X-Git-Url: https://code.kerkeslager.com/?p=bigly;a=blobdiff_plain;f=src%2Fbigly%2Ftemplates%2Fbigly%2Flink_info.html;fp=src%2Fbigly%2Ftemplates%2Fbigly%2Flink_info.html;h=7bce71da6c48f9a6bddc2ef51f5752c803d36041;hp=4eb7d1f26a7712386d4fc449b1287ec78e7879cf;hb=e366fe36932d9bb674a50832cc141c19e017df8a;hpb=c9e1b1be5a243dac10e44221db1781f2c470dc1a diff --git a/src/bigly/templates/bigly/link_info.html b/src/bigly/templates/bigly/link_info.html index 4eb7d1f..7bce71d 100644 --- a/src/bigly/templates/bigly/link_info.html +++ b/src/bigly/templates/bigly/link_info.html @@ -12,9 +12,29 @@ {{ status }} {% endif %} + + Content Type: + {{ content_type }} + Link: {{ link }} + + Redirects: + +
    + {% for r in redirect_sequence %} +
  1. + {% comment "Add something that communicates when utm parameters were removed." %} + {% endcomment %} + + {{ r }} + +
  2. + {% endfor %} +
+ + {% endblock %}