forked from Chaospott/site
		
	„index.html“ ändern
This commit is contained in:
		@@ -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-2">
 | 
					    <div class="col-md-5">
 | 
				
			||||||
      <h2>
 | 
					      <h2>
 | 
				
			||||||
          <a href="{{ post.url | prepend: site.baseurl }}">
 | 
					          <a href="{{ post.url | prepend: site.baseurl }}">
 | 
				
			||||||
              {{ post.title }}
 | 
					              {{ post.title }}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user