-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsuper-search.xml
27 lines (27 loc) · 1.03 KB
/
super-search.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
layout: null
---
<feed xmlns="http://www.w3.org/2005/Atom">
<generator uri="https://jekyllrb.com/" version="3.9.0">Jekyll</generator>
<link href="https://matt-chv.github.io/electronics-design-patterns/super-search.xml" rel="self" type="application/atom+xml"/>
<link href="https://matt-chv.github.io/electronics-design-patterns/" rel="alternate" type="text/html"/>
<updated>2020-12-04T17:12:18+00:00</updated>
<id>https://matt-chv.github.io/electronics-design-patterns/super-search.xml</id>
<title type="html"> {{site.title}} </title>
<subtitle> {{site.description}} </subtitle>
<author>
<name> {{site.author}} </name>
</author>
{% for post in site.posts %}
<entry>
<title>{{post.title}}</title>
<link href="{{ site.url }}{{site.baseurl}}{{ post.url }}" title="{{post.title}}" />
<published>{{ post.date }}</published>
<updated>{{ post.date }}</updated>
<id> {{site.baseurl}}{{post.id}} </id>
<content type="html" xml:base="{{ site.url }}{{base.url}}{{ post.url }}">
{{post.content}}
</content>
</entry>
{% endfor %}
</feed>