File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,13 @@ collections:
36
36
# We just want the listing page.
37
37
output : false
38
38
39
+
40
+ defaults :
41
+ - scope :
42
+ type : faqs
43
+ values :
44
+ date_added : 2016-12-08
45
+
39
46
# Used to render to proper text/config in language-specific branches
40
47
locale : en
41
48
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ layout: null
15
15
<item >
16
16
<title >{{ faq.question | xml_escape }}</title >
17
17
<description >{{ faq.content | xml_escape }}</description >
18
- <pubDate >{{ faq.date | date_to_rfc822 }}</pubDate >
18
+ <pubDate >{{ faq.date_added | date_to_rfc822 }}</pubDate >
19
19
<link >{{ faq.url | prepend: site.baseurl | prepend: site.url }}</link >
20
20
<guid isPermaLink =" true" >{{ post.url | prepend: site.baseurl | prepend: site.url }}</guid >
21
21
{% for tag in post.tags %}
You can’t perform that action at this time.
0 commit comments