Files @ 5c72071b67e3
Branch filter:

Location: website/www/conservancy/templates/base_news.html

Bradley M. Kuhn
rt:261 — Gilden requires proprietary Javascript just to show sizes

The only thing of note actually available on the Gilden page that we
previously linked to are these two images (they have a kid's size
image, but we don't need that). So, link instead directly to the
images rather than the page itself. This is admittedly more fragile
as those image links seem to have some sort of checksum in them, but
it's worth it to avoid the proprietary Javascript.

Thanks very much to the Supporter who pointed this out waaay back on
Wed, 25 Apr 2018 14:59:37 -0400 in rt:261 in our internal ticketing
system! You know who you are. ☺
1
2
3
4
5
6
7
{% extends "base_standard.html" %}

{% block category %}news{% endblock %}

{% block head %}
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feeds/news/" />
{% endblock %}