Skip to content

Commit

Permalink
Merge pull request #7 from marekpsenka/og-copypaste-error
Browse files Browse the repository at this point in the history
Fix copypaste error in Open Graph meta tags
  • Loading branch information
Kobzol authored Apr 30, 2024
2 parents b1f3263 + ea653f6 commit d5d5acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="description" content="Index of events and links related to the Rust programming language in the Czech Republic.">

<meta property="og:title" content="Czech Rust community index" />
<meta property="og:title" content="Index of events and links related to the Rust programming language in the Czech Republic." />
<meta property="og:description" content="Index of events and links related to the Rust programming language in the Czech Republic." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://rustlang.cz" />
<meta property="og:image" content="https://rustlang.cz/img/ferris-cz.png" />
Expand Down

0 comments on commit d5d5acb

Please sign in to comment.