Skip to content

Commit

Permalink
Add appropriate meta tagging to support mobile.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlipperPA committed May 21, 2022
1 parent 5df4e01 commit 2417e91
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion meeting_guide/templates/meeting_guide/meetings_home.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
{% load meeting_guide %}
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Meeting List</title>
<meta name="description" content="This page lists the recovery meetings for the area." />
</head>

{% meeting_guide %}
<body>
{% meeting_guide %}
</body>
</html>

0 comments on commit 2417e91

Please sign in to comment.