Browse Source

[magnet] Added title to shortlink html

pull/1/head
Shashank Kaul 5 years ago
parent
commit
b16985e15c
  1. 2
      routes/index.js

2
routes/index.js

@ -15,7 +15,7 @@ const foundTemplate = (magnet, meta) => (`
<link rel="stylesheet" href="/stylesheets/style.css">
</head>
<body>
<h1> :magnet:</h1>
<h1>${meta.title} </h1>
<pre>${magnet}</pre>
</p>
</body>

Loading…
Cancel
Save