added rss link into html template

This commit is contained in:
James Tomasino 2018-11-22 22:07:46 -05:00
parent 16d9d7aecd
commit c78a5aa52d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if [ "$run_user" -eq 0 ]; then
<meta name=theme-color content=#ffffff>
<title>Cosmic Voyage</title>
<link rel=”canonical” href=”https://cosmic.voyage”>
<link href="styles.css" rel="stylesheet" type="text/css">
<link rel="alternate" type="application/rss+xml" title="Cosmic Voyage" href="/rss.xml">
</head>
<body>
<div id="page-wrapper">