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