Skip to content

Commit 31b4d38

Browse files
committed
Some minor updates
1 parent 4264ca1 commit 31b4d38

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

content/feed.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ layout:
2121
<title>{{ post.data.title }}</title>
2222
<link href="{{ absolutePostUrl }}"/>
2323
<updated>{{ post.date | rssDate }}</updated>
24-
<id>{{ absolutePostUrl }}</id>
24+
<id>{{ post.data.id if post.data.id else absolutePostUrl }}</id>
2525
<content type="html">{{ post.templateContent | htmlToAbsoluteUrls(absolutePostUrl) }}</content>
2626
</entry>
2727
{%- endfor %}

content/news/2020/2020-09-30-how-to-self-host-your-error-monitoring-service.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
id: 17558
32
title: How to Self-Host Your Error Monitoring Service
43
date: 2020-09-30
54
author: Justin Hunter

content/pricing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Pricing Plans
2+
title: Pricing
33
---
44

55
<div id="main" class="span12" role="main">

0 commit comments

Comments
 (0)