Skip to content

Commit

Permalink
feat: update Open Graph and Twitter meta tags with new image assets
Browse files Browse the repository at this point in the history
  • Loading branch information
ridwaanhall committed Jan 28, 2025
1 parent ae33117 commit d825dae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file added staticfiles/img/lumina-1-91-1.webp
Binary file not shown.
Binary file added staticfiles/img/lumina-191-1.webp
Binary file not shown.
8 changes: 4 additions & 4 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<!-- Open Graph tags for social sharing -->
<meta property="og:title" content="Lumina: Generator Kode Presensi Otomatis" />
<meta property="og:description" content="Generator kode presensi otomatis. Atasi masalah lupa presensi dengan cepat dan mudah. Hasilkan kode presensi baru yang siap pakai dalam hitungan detik." />
<meta property="og:image" content="{% static 'img/lumina.webp' %}" />
<meta property="og:image" content="{% static 'img/lumina-1-91-1.webp' %}" />
<meta property="og:url" content="https://lupa-presensi.vercel.app" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Lumina" />
Expand All @@ -33,7 +33,7 @@
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Lumina: Generator Kode Presensi Otomatis" />
<meta name="twitter:description" content="Generator kode presensi otomatis. Atasi masalah lupa presensi dengan cepat dan mudah. Hasilkan kode presensi baru yang siap pakai dalam hitungan detik." />
<meta name="twitter:image" content="{% static 'img/lumina.webp' %}" />
<meta name="twitter:image" content="{% static 'img/lumina-1-91-1.webp' %}" />

<!-- Additional Meta Tags -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
Expand All @@ -44,7 +44,7 @@
<link rel="manifest" href="{% static 'site.webmanifest' %}" />

<!-- Prefetch -->
<link rel="prefetch" href="{% static 'img/lumina.webp' %}" as="image" />
<link rel="prefetch" href="{% static 'icon-32x32.png' %}" as="image" />

<!-- Schema.org Markup -->
<script type="application/ld+json">
Expand All @@ -54,7 +54,7 @@
"name": "Lumina",
"url": "https://lupa-presensi.vercel.app",
"description": "Generator kode presensi otomatis. Atasi masalah lupa presensi dengan cepat dan mudah.",
"image": "{% static 'img/lumina.webp' %}",
"image": "{% static 'img/lumina-1-91-1.webp' %}",
"publisher": {
"@type": "Person",
"name": "ridwaanhall"
Expand Down

0 comments on commit d825dae

Please sign in to comment.