Skip to content

Commit

Permalink
v 0.9.1 - fixed twitter card image issue
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaz committed Apr 27, 2024
1 parent a38e081 commit 927d0a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- v0.9 of code for web3privacy summit 2 -->
<!-- v0.9.1 of code for web3privacy summit 2 -->
<!-- source code: https://github.com/web3privacy/events_web -->
<!DOCTYPE html>
<html lang="en">
Expand All @@ -13,13 +13,13 @@
<meta name="description" content="30 May, 2024 - Summit focused on privacy in the Web3 industry as a complement to the Web3Privacy Now research.">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@web3privacy">
<meta name="twitter:title" content="Web3Privacy Prague 2024">
<meta name="twitter:title" content="Web3Privacy Summit #2">
<meta name="twitter:description" content="30 May 2024 - Summit focused on privacy in the Web3 industry as a complement to the Web3Privacy Now research.">
<meta name="twitter:image" content="./banner-square.png">
<meta name="twitter:image" content="./img/banner-square.png">
<meta name="og:url" content="https://summit.web3privacy.info">
<meta name="og:title" content="Web3Privacy Summit 2024">
<meta name="og:description" content="30 May 2024 - Summit focused on privacy in the Web3 industry as a complement to the Web3Privacy Now research.">
<meta name="og:image" content="./banner-square.png">
<meta name="og:image" content="./img/banner-square.png">
</head>
<body>
<div style="display: contents">
Expand Down

0 comments on commit 927d0a6

Please sign in to comment.