mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 04:16:37 -04:00

Using {{pathFor}}, path(), and url() where possible. Passing in path to Meteor.absoluteUrl() where the IronRouter functions didn't make sense. Also deleting some random unused code.
6 lines
263 B
HTML
6 lines
263 B
HTML
<head>
|
|
<title>Loading...</title>
|
|
<meta name="viewport" content="initial-scale=1.0">
|
|
<link rel="shortcut icon" href="/img/favicon.ico"/>
|
|
<link id="rss-link" rel="alternate" type="application/rss+xml" title="New Posts" href="{{pathFor route='feed'}}"/>
|
|
</head>
|