about summary refs log tree commit diff
path: root/templates/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page.html')
-rw-r--r--templates/page.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/page.html b/templates/page.html
index 404977b..fa1c07a 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -18,6 +18,7 @@
     {% endmatch %}
 
     <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
 
     <style>
       :root {
@@ -190,7 +191,7 @@
           ("{{ pr_title }}")
           {%- else -%}
           {%- endmatch -%}
-          {% if closed -%}
+          {% if closed %}
           (closed)
           {%- endif -%}
         </li>