Skip to content

Commit 535710c

Browse files
committed
Rename page to try and fix cache.
1 parent f2123a4 commit 535710c

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

themes/usips/templates/blog-post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{% if page.extra.blog_image %}
1010
<meta property="og:image" content="{{ get_url(path=page.extra.blog_image) }}">
1111
{% endif %}
12-
<meta name="twitter:card" content="summary">
12+
<meta name="twitter:card" content="summary_large_image">
1313
<meta name="twitter:site" content="@usipsorg">
1414
{% if page.extra.blog_image %}
1515
<meta name="twitter:image" content="{{ get_url(path=page.extra.blog_image) }}">

0 commit comments

Comments
 (0)