Skip to content

Commit

Permalink
- facebook meta tags (#35)
Browse files Browse the repository at this point in the history
* - added facebook meta tags

* - fixes

* - fixes

* - fixes

* - fix

* - fix
  • Loading branch information
kamilpiech97 authored Mar 26, 2024
1 parent b57f5b9 commit 7de352e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file added public/images/fb_image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Legnicki Meetup Technologiczny - Weź udział!" />
<meta property="og:description" content="Otwarte spotkanie dla programistów, specjalistów IT, przedsiębiorców, badaczy, studentów i wszystkich, którzy chcą poszerzyć swoje horyzonty w dziedzinie programowania, technologii i designu." />
<meta property="og:image" content="https://meetup.legnica.pl/images/fb_image.jpg" />
<meta property="og:url" content="https://meetup.legnica.pl/" />

<meta property=”description” content=”Otwarte spotkanie dla programistów, specjalistów IT, przedsiębiorców, badaczy, studentów i wszystkich, którzy chcą poszerzyć swoje horyzonty w dziedzinie programowania, technologii i designu.” />

<script src="//unpkg.com/alpinejs" defer></script>
<script src="https://unpkg.com/htmx.org@1.9.10"></script>
<script src="https://unpkg.com/htmx.org/dist/ext/loading-states.js"></script>
Expand Down

0 comments on commit 7de352e

Please sign in to comment.