mobile friendly
This commit is contained in:
parent
d6cfdbca91
commit
d91880a3ea
2 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<title>michael's blog</title>
|
<title>michael's blog</title>
|
||||||
<link rel="stylesheet" href="/css/index.css" />
|
<link rel="stylesheet" href="/css/index.css" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -9,7 +9,7 @@ layout: default
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<h3 style="margin-bottom: 0;">
|
<h3 style="margin-bottom: 0;">
|
||||||
<a href="{{ post.url }}">{{ post.title }}</a>
|
<a href="{{ post.url }}" style="text-decoration: none;">{{ post.title }}</a>
|
||||||
</h3>
|
</h3>
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align: right;">
|
<td style="text-align: right;">
|
||||||
|
|
Loading…
Reference in a new issue