Skip to content

Commit

Permalink
apparently svg is no go
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-bryson committed Apr 8, 2024
1 parent c7f822c commit 85525d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/datagovtheme/templates/snippets/link_preview.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{% block open_graph_previews %}
{% set pkg = c.pkg_dict %}
{% set img = "https://s3-us-gov-west-1.amazonaws.com/cg-0817d6e3-93c4-4de8-8b32-da6919464e61/hero-image-bg.svg" %}
{% set img = "https://s3-us-gov-west-1.amazonaws.com/cg-0817d6e3-93c4-4de8-8b32-da6919464e61/hero-image-bg.png" %}

{% if pkg %}
{% set dataset = pkg.title or pkg.name or "Data.gov Dataset" %}
Expand Down

0 comments on commit 85525d7

Please sign in to comment.