Skip to content

Commit

Permalink
add meta
Browse files Browse the repository at this point in the history
  • Loading branch information
khulegu committed Sep 3, 2024
1 parent e0c6377 commit a5df419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>{{ title or Configs.ctf_name }}</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:image" content="https://dashboard.haruulzangi.mn/themes/hz/static/img/hz_light_2.png">
<meta property="og:image" content="https://dashboard.haruulzangi.mn/themes/hz/static/img/meta.jpg">
<link rel="shortcut icon" href="{{ Configs.ctf_small_icon }}" type="image/x-icon">

{{ meta | safe }}
Expand Down

0 comments on commit a5df419

Please sign in to comment.