Skip to content

Commit c2db1bd

Browse files
committed
Fix broken img links
1 parent 03c1437 commit c2db1bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

website/templates/blog/blog_page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</script>
2323

2424
{% else %}
25-
<meta property="og:image" content="https://www.strykeforce.org{% static 'img/meta-logo.png' %}">
25+
<meta property="og:image" content="https://www.strykeforce.org{% static '2767/img/meta-logo.png' %}">
2626
{% endif %}
2727
<meta property="og:description" content="{{ page_introduction }}">
2828
<meta name="description" content="{{ page_introduction }}"/>

website/templates/home/home_page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{% block metadata %}
55
{# TODO: make this a custom tag, use her and in blog page #}
6-
<meta property="og:image" content="https://www.strykeforce.org{% static 'img/meta-logo.png' %}">
6+
<meta property="og:image" content="https://www.strykeforce.org{% static '2767/img/meta-logo.png' %}">
77
<meta property="og:description"
88
content="Stryke Force 4-H FIRST Robotics Team 2767 is a community robotics team based in Kalamazoo, Michigan.">
99
<meta name="description"
@@ -14,7 +14,7 @@
1414
"@type": "WebSite",
1515
"name": "Stryke Force 2767",
1616
"url": "https://www.strykeforce.org/",
17-
"image": "https://www.strykeforce.org{% static 'img/meta-logo.png' %}"
17+
"image": "https://www.strykeforce.org{% static '2767/img/meta-logo.png' %}"
1818
}</script>
1919
{% endblock metadata %}
2020

0 commit comments

Comments
 (0)