Skip to content

Commit

Permalink
Site: Add Open Graph meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorNelson committed Feb 25, 2025
1 parent 3655865 commit 368f1cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dojo_theme/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
<title>{{ Configs.ctf_name }}</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta property="og:title" content="pwn.college">
<meta property="og:description" content="Learn to Hack!">
<meta property="og:image" content="{{ url_for('views.themes', path='img/dojo/ninja.png', _external=True) }}">

<link rel="icon" href="{{ url_for('views.themes', path='img/favicon.png') }}">
<link rel="stylesheet" href="{{ url_for('views.themes', path='css/fonts.css') }}">
<link rel="stylesheet" href="{{ url_for('views.themes', path='css/main.css') }}">
Expand Down

0 comments on commit 368f1cd

Please sign in to comment.