Skip to content

Commit

Permalink
pt 2 of previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
skuqre committed Dec 2, 2023
1 parent 7fdd268 commit c4045ed
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
File renamed without changes
1 change: 0 additions & 1 deletion src/layouts/md.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const {frontmatter} = Astro.props;
<meta name="description" content={ frontmatter.embeddesc }>
<meta name="keywords" content="nikke">
<meta name="theme-color" content="#f4d259">
<meta name="og:site_name" content="Barely Accurate NIKKE Font Generator" />

<style is:inline>
body {
Expand Down
7 changes: 5 additions & 2 deletions src/pages/dialogue.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ import SizingTool from '../components/SizingTool.astro';
<meta name="description" content="Create a spoof of a dialogue interaction from NIKKE easily!">
<meta name="keywords" content="nikke">
<meta name="theme-color" content="#f4d259">
<meta property="og:image" content="/nikke-font-generator/dialogue-example2.png" />
<meta name="og:site_name" content="Barely Accurate NIKKE Dialogue Generator" />

<meta name="twitter:title" content="Barely Accurate NIKKE Dialogue Generator">
<meta name="twitter:description" content="Create a spoof of a dialogue interaction from NIKKE easily!">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:image:src" content="/nikke-font-generator/dialogue-example2.png" />
</head>
<body>
<h1>Barely Accurate NIKKE Dialogue Generator</h1>
Expand Down
7 changes: 5 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ import Anise from '../components/Anise.astro';
<meta name="description" content="Create a spoof of the NIKKE: Goddess of Victory logo easily!">
<meta name="keywords" content="nikke">
<meta name="theme-color" content="#f4d259">
<meta property="og:image" content="/nikke-font-generator/logo-example1.png" />
<meta name="og:site_name" content="Barely Accurate NIKKE Font Generator" />

<meta name="twitter:title" content="Barely Accurate NIKKE Font Generator">
<meta name="twitter:description" content="Create a spoof of the NIKKE: Goddess of Victory logo easily!">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:image:src" content="/nikke-font-generator/logo-example1.png" />
</head>
<body>
<h1>Barely Accurate NIKKE Font Generator</h1>
Expand Down

0 comments on commit c4045ed

Please sign in to comment.