Skip to content

Commit b731ede

Browse files
committed
just checking
1 parent 46ba3a4 commit b731ede

File tree

2 files changed

+64
-64
lines changed

2 files changed

+64
-64
lines changed
Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,64 @@
1-
---
2-
title: [Home of Only1chunts](https://only1chunts.github.io/)
3-
tags: home
4-
date: 2020-01-01
5-
6-
---
7-
{% include header.html %}
8-
9-
https://only1chunts.github.io/
10-
11-
[And Bang the dirt is gone!](pages/bang.md)
12-
13-
My [CV](pages/my-cv.md)
14-
15-
My first [post](pages/my-first-post.md)
16-
and a new [one](_posts/2021-01-021-readme.md)
17-
18-
change line
19-
{% for tag in tags %}
20-
<a href="{{ tag | slugify }}"> {{ tag }} </a>
21-
{% endfor %}
22-
23-
add another new line
24-
25-
26-
27-
insert
28-
<ul>
29-
{% for post in site.categories.news %}
30-
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
31-
{% endfor %}
32-
</ul>
33-
34-
35-
{% for category in site.categories %}
36-
<h3>{{ category[0] }}</h3>
37-
<ul>
38-
{% for post in category[1] %}
39-
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
40-
{% endfor %}
41-
</ul>
42-
{% endfor %}
43-
44-
put some space here
45-
<ui>
46-
{% for post in site.posts %}
47-
{{ post.date | date: "%-d %B %Y" }} <a href="{{ post.url }}">{{ post.excerpt }} </a>
48-
<br>
49-
{% endfor %}
50-
</ui>
51-
52-
change some text after.
53-
54-
{% raw %}
55-
56-
---
57-
layout: default
58-
title: New board members
59-
category: news
60-
tag: [news , board]
61-
date: 2018-05-07
62-
---
63-
64-
{% endraw %}
1+
---
2+
title: [Home of Only1chunts](https://only1chunts.github.io/)
3+
tags: home
4+
date: 2020-01-01
5+
6+
---
7+
{% include header.html %}
8+
9+
https://only1chunts.github.io/
10+
11+
[And Bang the dirt is gone!](pages/bang.md)
12+
13+
My [CV](pages/my-cv.md)
14+
15+
My first [post](pages/my-first-post.md)
16+
and a new [one](_posts/2021-01-021-readme.md)
17+
18+
change line
19+
{% for tag in tags %}
20+
<a href="{{ tag | slugify }}"> {{ tag }} </a>
21+
{% endfor %}
22+
23+
add another new line
24+
25+
26+
27+
insert
28+
<ul>
29+
{% for post in site.categories.news %}
30+
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
31+
{% endfor %}
32+
</ul>
33+
34+
35+
{% for category in site.categories %}
36+
<h3>{{ category[0] }}</h3>
37+
<ul>
38+
{% for post in category[1] %}
39+
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
40+
{% endfor %}
41+
</ul>
42+
{% endfor %}
43+
44+
put some space here
45+
<ui>
46+
{% for post in site.posts %}
47+
{{ post.date | date: "%-d %B %Y" }} <a href="{{ post.url }}">{{ post.excerpt }} </a>
48+
<br>
49+
{% endfor %}
50+
</ui>
51+
52+
change some text after.
53+
54+
{% raw %}
55+
56+
---
57+
layout: default
58+
title: New board members
59+
category: news
60+
tag: [news , board]
61+
date: 2018-05-07
62+
---
63+
64+
{% endraw %}
File renamed without changes.

0 commit comments

Comments
 (0)