Skip to content

Commit

Permalink
Merge branch 'feat/responsive' into 'main'
Browse files Browse the repository at this point in the history
Fix issue with mobile support

See merge request cangjie/cangjie.pages.freedesktop.org!30
  • Loading branch information
yookoala committed Aug 6, 2024
2 parents e9c13ee + a088d11 commit 35a8304
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,16 @@
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="{{ site.description }}" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#373737" />

<link rel="stylesheet" type="text/css" media="screen" href="{{ site.url }}/stylesheets/stylesheet.css">
<link rel="stylesheet" type="text/css" media="screen" href="{{ site.url }}/stylesheets/cangjians.css">

<title>{{ page.title }} | {{ site.name }}</title>
</head>

<body
{% if page.classname %}
class="{{ page.classname }}"
{% endif %}>
>
<body {% if page.classname %} class="{{ page.classname }}" {% endif %}>

{% include header.html %}

Expand Down

0 comments on commit 35a8304

Please sign in to comment.