Skip to content

Commit

Permalink
Added custom meta description to each page.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Feb 17, 2024
1 parent 167e2d3 commit 352e4c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
property="og:image"
content="https://faculty.washington.edu/ajko/images/headshots/ajko.jpg"
/>
<meta
property="og:description"
content="Amy J. Ko, Ph.D. | The Information School | University of Washington"
/>

<link
rel="stylesheet"
Expand Down
1 change: 1 addition & 0 deletions src/lib/components/Title.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@

<svelte:head>
<title>Amy J. Ko - {text}</title>
<meta property="og:description" content="Amy J. Ko - {text}" />
</svelte:head>

0 comments on commit 352e4c1

Please sign in to comment.