Skip to content

Commit

Permalink
Update layout.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lucpretti authored Jan 27, 2025
1 parent 1f5e637 commit 92bd579
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
<html>
<head>
<meta charset="utf-8">
<title>{% block title %}Welcome{% endblock %} — Open Data Day 2024</title>
<title>{% block title %}Welcome{% endblock %} — Open Data Day 2025</title>

<meta name="description" content="Join the annual celebration of open data all over the world, when communities gather to reach out to new people and build new solutions using open data.">

<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://opendataday.org/">
<meta property="og:type" content="website">
<meta property="og:title" content="Open Data Day 2024 – {{ this.title }}">
<meta property="og:title" content="Open Data Day 2025 – {{ this.title }}">
<meta property="og:description" content="Join the annual celebration of open data all over the world, when communities gather to reach out to new people and build new solutions using open data.">
<meta property="og:image" content="https://storage.googleapis.com/django-statics-okf-website-production/filer_public/47/1e/471e25ab-8aa1-4c7d-91de-42ab3b8ec2e7/odd-savethedates-newsletter.png">

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="opendataday.org">
<meta property="twitter:url" content="https://opendataday.org/">
<meta name="twitter:title" content="Open Data Day 2024 – {{ this.title }}">
<meta name="twitter:title" content="Open Data Day 2025 – {{ this.title }}">
<meta name="twitter:description" content="Join the annual celebration of open data all over the world, when communities gather to reach out to new people and build new solutions using open data.">
<meta name="twitter:image" content="https://storage.googleapis.com/django-statics-okf-website-production/filer_public/47/1e/471e25ab-8aa1-4c7d-91de-42ab3b8ec2e7/odd-savethedates-newsletter.png">

Expand Down

0 comments on commit 92bd579

Please sign in to comment.