Skip to content

Commit

Permalink
Indicate that this site is mobile friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Apr 6, 2024
1 parent 2c68789 commit fb93fdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-GB" data-ng-app="app">

<head>
<meta name="viewport" content="width=device-width, initial-scale=1">

{% capture title %}{{ page.title | replace:'$YYYY',site.year }} | {{ site.title }}{% endcapture %}
<title>{{ title }}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
Expand Down

0 comments on commit fb93fdd

Please sign in to comment.