miniblog

Miniblog: A command-line static blog system in Common Lisp
Log | Files | Refs | README | LICENSE

commit 491d5f1b917ecb637b2561a092c23a7d53bc2856
parent be82e21617332349bd4033d4156527010f7c2e0f
Author: Decay <decay@todayiwilllaunchmyinfantsonintoorbit.com>
Date:   Fri, 25 Sep 2020 00:10:03 -0700

Adding mobile viewport tag

Make things basically a bit friendlier to mobile browsers.

Diffstat:
Mtemplates/html-head.lhtml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/templates/html-head.lhtml b/templates/html-head.lhtml @@ -20,6 +20,7 @@ nav#miniblog-nav { float: none; width: 100%; } } </style> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> <% @if stylesheet %> <link rel="stylesheet" type="text/css" href="<% @var stylesheet %>"> <% @endif %>