File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
body
4
4
footer.site-footer
5
5
.wrapper
6
- h4.footer-heading ( style ='margin-bottom: 0.2em' ) {{ site.title_short }}
7
- p
8
- i {{ site.description }}
9
6
.footer-col-wrapper
10
7
.footer-col.footer-col-3
8
+ h4.footer-heading ( style ='margin-bottom: 0.2em' ) {{ site.title_short }}
9
+ p
10
+ i {{ site.description }}
11
11
ul.social-media-list
12
12
| {% if site.github_username %}
13
13
li {% include icon-github.html username=site.github_username %}
Original file line number Diff line number Diff line change 1
1
<!-- list latest jekyll posts -->
2
2
{% assign posts = site.posts | limit:3 %}
3
- < ul >
3
+ < ul style =" list-style-type: none; padding: 0; margin: 0; "
4
4
{% for post in posts %}
5
5
< li >
6
- {{ post.date | date_to_string }} -
6
+ {{ post.date | date: "%Y-%m-%d" }}
7
7
< a href ="{{ post.url }} "> {{ post.title }}</ a >
8
8
</ li >
9
9
{% endfor %}
You can’t perform that action at this time.
0 commit comments