Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fast/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ below in the order of re-publication.**
<li><b>{{post.date | date: '%B %d, %Y' }}</b></li>
{% assign datelist = datelist | append: cur_date %}
{% endunless %}
<p style="text-indent:25px;line-height:5px;">
<p style="text-indent:25px;">
<a href="{{ post.url }}">{{ post.title }}</a>
</p>
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion tips/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ below in the order of re-publication.**
<li><b>{{post.date | date: '%B %d, %Y' }}</b></li>
{% assign datelist = datelist | append: cur_date %}
{% endunless %}
<p style="text-indent:25px;line-height:5px;">
<p style="text-indent:25px;">
<a href="{{ post.url }}">{{ post.title }}</a>
</p>
{% endif %}
Expand Down