link to top was not working in most browsers
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<title><%= info.title %> - <%= article.title %></title>
|
<title><%= info.title %> - <%= article.title %></title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main class="article">
|
<main class="article" id="top">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a class="link-home" href="/">↑</a>
|
<a class="link-home" href="/">↑</a>
|
||||||
<h1><%= article.title %></h1>
|
<h1><%= article.title %></h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user