-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Open
Description
Username.github.io 博客显示正常
部署在Cloudfare后显示404,自定义域名都绑定成功
以下为显示内容
--- layout: page description: "Thinking will not overcome fear but action will." --- {% for post in paginator.posts %}
{{ post.title }}
{% if post.subtitle %}
{{ post.subtitle }}
{% endif %}
{{ post.content | strip_html | truncate:200 }}
Posted by {% if post.author %}{{ post.author }}{% else %}{{ site.title }}{% endif %} on {{ post.date | date: "%B %-d, %Y" }}
{% endfor %} {% if paginator.total_pages > 1 %}
{% if paginator.previous_page %}
← Newer Posts
{% endif %} {% if paginator.next_page %}
Older Posts →
{% endif %}
{% endif %}
Metadata
Metadata
Assignees
Labels
No labels