fixed blogpage
This commit is contained in:
		| @@ -2,6 +2,7 @@ | |||||||
| layout: post | layout: post | ||||||
| title: "Freifunk versorgt Nord Open Air mit Internet" | title: "Freifunk versorgt Nord Open Air mit Internet" | ||||||
| date:   2014-08-02 16:31:19 | date:   2014-08-02 16:31:19 | ||||||
|  | author: Julian | ||||||
| categories: Freifunk | categories: Freifunk | ||||||
| --- | --- | ||||||
| Alles begann mit einer Anfrage des Nord Open Air Veranstalters:  | Alles begann mit einer Anfrage des Nord Open Air Veranstalters:  | ||||||
| @@ -17,4 +18,4 @@ An den Festivaltagen waren keine grossen Ausfälle zu verzeichnen. Auch wenn ein | |||||||
|  |  | ||||||
| Ich möchte gerne Timm und gammlaa für's Knowhow, Cafe Babel für Upstream und Cafe Nord für die Unterstützung danken. | Ich möchte gerne Timm und gammlaa für's Knowhow, Cafe Babel für Upstream und Cafe Nord für die Unterstützung danken. | ||||||
|  |  | ||||||
| Julian | Julian | ||||||
|   | |||||||
							
								
								
									
										26
									
								
								blog.html
									
									
									
									
									
								
							
							
						
						
									
										26
									
								
								blog.html
									
									
									
									
									
								
							| @@ -6,17 +6,23 @@ layout: default | |||||||
| {% if forloop.first == false %} | {% if forloop.first == false %} | ||||||
| <hr> | <hr> | ||||||
| {% endif %} | {% endif %} | ||||||
| <div class="container" id="posts"> | <div class="container"> | ||||||
|   <div class="row"> |   <div class="row"> | ||||||
|     <div class="col-md-12"> |     <div class="col-md-12 post"> | ||||||
|       <h2>{{ post.title }}</h2> |  | ||||||
|       <p> |       <header class="post-header"> | ||||||
|        {{ post.content | truncatewords:200 }} |         <h1 class="post-title">{{ post.title }}</h1> | ||||||
|       </p> |         <p class="post-meta">{{ post.date | date: "%b %-d, %Y" }}{% if post.author %} • {{ post.author }}{% endif %}{% if post.meta %} • {{ post.meta }}{% endif %}</p> | ||||||
|       {% assign wordcount = post.content | number_of_words %} |       </header> | ||||||
|       {% if wordcount > 200 %} |  | ||||||
|         <p><a class="btn btn-default" href="{{ post.url | prepend: site.baseurl }}" role="button">> Weiterlesen</a></p> |       <article class="post-content"> | ||||||
|       {% endif %} |         {{post.content}} | ||||||
|  |         {% assign wordcount = post.content | number_of_words %} | ||||||
|  |         {% if wordcount > 200 %} | ||||||
|  |           <p><a class="btn btn-default" href="{{ post.url | prepend: site.baseurl }}" role="button">> Weiterlesen</a></p> | ||||||
|  |         {% endif %} | ||||||
|  |       </article> | ||||||
|  |  | ||||||
|     </div> |     </div> | ||||||
|   </div> |   </div> | ||||||
| </div> | </div> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Timm Szigat
					Timm Szigat