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>
|
||||
<title>michael's blog</title>
|
||||
<link rel="stylesheet" href="/css/index.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -9,7 +9,7 @@ layout: default
|
|||
<tr>
|
||||
<td>
|
||||
<h3 style="margin-bottom: 0;">
|
||||
<a href="{{ post.url }}">{{ post.title }}</a>
|
||||
<a href="{{ post.url }}" style="text-decoration: none;">{{ post.title }}</a>
|
||||
</h3>
|
||||
</td>
|
||||
<td style="text-align: right;">
|
||||
|
|
Loading…
Reference in a new issue