Set title on article and comment pages, add comment anchors
This commit is contained in:
@@ -5,8 +5,9 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Reddit, Hacker News, and Tildes combined, then pre-rendered in reader mode."
|
||||
content="{{ description }}"
|
||||
/>
|
||||
<meta content="{{ url }}" name="og:site_name">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
@@ -25,7 +26,7 @@
|
||||
work correctly both with client-side routing and a non-root public URL.
|
||||
Learn how to configure a non-root public URL by running `npm run build`.
|
||||
-->
|
||||
<title>QNN - Qot News Network</title>
|
||||
<title>{{ title }} - QotNews</title>
|
||||
|
||||
<style>
|
||||
html {
|
||||
|
Reference in New Issue
Block a user