Skip to content

Commit

Permalink
Ogp (#12)
Browse files Browse the repository at this point in the history
* add ogp

* fix

* fix
  • Loading branch information
itsumura-h authored Mar 3, 2023
1 parent 0b8549c commit 119be4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/document/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="icon" href="{% BASE_URL %}/public/favicon.ico" />
<meta name="twitter:card" content="summary">
<meta name="description" content="Palladian is a Nim front-end framework for SPA based on and wrapped around Preact.">
<meta name="twitter:card" content="summary" />
<meta name="description" content="Palladian is a Nim front-end framework for SPA based on and wrapped around Preact." />
<meta property="og:url" content="https://itsumura-h.github.io/nim-palladian/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Nim Palladian" />
<meta property="og:description" content=">Palladian is a Nim front-end framework for SPA based on and wrapped around Preact." />
<meta property="og:description" content="Palladian is a Nim front-end framework for SPA based on and wrapped around Preact." />
<meta property="og:image" content="{% BASE_URL %}/public/ogp.png" />

<link href="{% BASE_URL %}/public/typography.css" rel="stylesheet" type="text/css" /> <!-- edited @tailwindcss/typography to delete 'color' -->
Expand Down

0 comments on commit 119be4c

Please sign in to comment.