link to top was not working in most browsers

This commit is contained in:
klemek
2019-10-25 08:26:58 +02:00
parent 72e880eaf2
commit 6e4b50eaa5
+1 -1
View File
@@ -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>