Skip to content

Commit d0b522a

Browse files
committed
Polish index
1 parent e047ff3 commit d0b522a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

_includes/sections/blog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<div class="col-lg-12 wow zoomIn" id="i18_blog">
2323
<h1><span data-i18n="blog.latest_blog">Latest post</span></h1>
2424
<ul class="entries">
25-
{% for post in site.posts limit:15 %}
25+
{% for post in site.posts limit:7 %}
2626
<li>
2727
<a href="{{ post.url }}">
2828
<h3>{{ post.title }}</h3>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: post
3+
title: "Writting Techincal Blogs is like fixed investment-写技术文章就像定投"
4+
date: 2020-10-25
5+
desc: ""
6+
keywords: "writting blogs, technical blogs"
7+
categories: [work]
8+
tags: [softskill]
9+
icon: icon-html
10+
---
11+
#

0 commit comments

Comments
 (0)