Add jsonfeed to base template

master
Benji Encalada Mora 2019-10-30 13:27:38 -05:00
parent a34bf51ce1
commit fb7383c3ed
No known key found for this signature in database
GPG Key ID: DBEBBE9A2EB76EEB
1 changed files with 1 additions and 0 deletions

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>