Skip to content

Commit

Permalink
Adding timestamp to A-I URL path
Browse files Browse the repository at this point in the history
  • Loading branch information
csebianlander authored Oct 4, 2024
1 parent ecc891b commit 984cf38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfgov/v1/jinja2/v1/blog/legacy_blog_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

{% block content_intro scoped -%}
{% import 'v1/includes/molecules/banner.html' as banner %}
{% set canonical_archive_url = 'https://wayback.archive-it.org/23462/*/' ~ request.build_absolute_uri(request.path) | lower %}
{% set canonical_archive_url = 'https://wayback.archive-it.org/23462/20241001120000/' ~ request.build_absolute_uri(request.path) | lower %}
{{- banner.render(
true,
'Archived content',
Expand Down

0 comments on commit 984cf38

Please sign in to comment.