Add jsonfeed to base template

This commit is contained in:
Benji Encalada Mora
2019-10-30 13:27:38 -05:00
parent a34bf51ce1
commit fb7383c3ed

View File

@ -8,6 +8,7 @@
<link rel="stylesheet" href="{{ '/css/index.css' | url }}">
<link rel="stylesheet" href="{{ '/css/prism-base16-monokai.dark.css' | url }}">
<link rel="alternate" href="{{ metadata.feed.path | url }}" type="application/atom+xml" title="{{ metadata.title }}">
<link rel="alternate" href="{{ metadata.jsonfeed.path | url }}" type="application/json" title="{{ metadata.title }}">
</head>
<body>
<header>