„index.html“ ändern

此提交包含在:
2021-02-19 15:37:25 +00:00
父節點 ca987b8393
當前提交 09e84ebe93

查看文件

@@ -5,7 +5,7 @@ layout: default
<div class="container" id="posts"> <div class="container" id="posts">
<div class="row" style="padding-bottom:0px;"> <div class="row" style="padding-bottom:0px;">
{% for post in site.posts limit:3 %} {% for post in site.posts limit:3 %}
<div class="col-md-5"> <div class="col-md-4">
<h2> <h2>
<a href="{{ post.url | prepend: site.baseurl }}"> <a href="{{ post.url | prepend: site.baseurl }}">
{{ post.title }} {{ post.title }}