Skip to content

Commit

Permalink
Merge pull request #41 from vinc10/vinc10-fix-base-html
Browse files Browse the repository at this point in the history
Add back mobile phone responsiveness
  • Loading branch information
lcharette authored Oct 29, 2024
2 parents e840429 + 6863e51 commit dfcd977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/templates/pages/abstract/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<meta name="generator" content="UserFrosting" />
<meta name="description" content="{{ block('page_description')|e }}">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="author" content="{% block page_author %}{{ site.author }}{% endblock %}">

<title>{{ site.title }} | {% block page_title %}{% endblock %}</title>
Expand Down

0 comments on commit dfcd977

Please sign in to comment.