Remove hard-coded title

This commit is contained in:
Tanner Collin 2022-06-30 00:12:22 +00:00
parent e6589dc61c
commit bf3663bbec

View File

@ -28,7 +28,7 @@
work correctly both with client-side routing and a non-root public URL. 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`. Learn how to configure a non-root public URL by running `npm run build`.
--> -->
<title>{{ title }} - QotNews</title> <title>{{ title }}</title>
<style> <style>
html { html {