Skip to content

Commit 6e64f47

Browse files
committed
hide OG images for now, update year on invitation letter
1 parent e15f04d commit 6e64f47

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/_layouts/default.html

+2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@
1818
<meta property="og:type" content="website" />
1919
<meta name="twitter:card" content="summary_large_image" />
2020

21+
{% comment %}
2122
{% block social_images %}
2223
<meta property="og:image" content="{{ site.domain }}/assets/img/social/og-share.jpg" />
2324
<meta property="twitter:image" content="{{ site.domain }}/assets/img/social/share.png" />
2425
{% endblock %}
26+
{% endcomment %}
2527

2628
<meta property="twitter:title" content="{{ title }}" />
2729
<meta name="twitter:site" content="@djangocon" />

src/visa-invitation.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33

44
description: |
5-
Request your visa invitation letter for DjangoCon US 2024 here.
5+
Request your visa invitation letter for DjangoCon US 2025 here.
66

77
title: Visa Invitation Letter
88

0 commit comments

Comments
 (0)