Use the post excerpt for now
This commit is contained in:
		
					parent
					
						
							
								4c4d9c5696
							
						
					
				
			
			
				commit
				
					
						d73651fc6e
					
				
			
		
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -18,7 +18,8 @@ permalink: "archive/" | |||
| 			<dd class="accordion-navigation"> | ||||
| 			<a href="#panel{{ counter }}"><span class="iconfont"></span> {% if post.subheadline %}{{ post.subheadline }} › {% endif %}<strong>{{ post.title }}</strong></a> | ||||
| 				<div id="panel{{ counter }}" class="content"> | ||||
| 					{% if post.meta_description %}{{ post.meta_description | strip_html | escape }}{% elsif post.teaser %}{{ post.teaser | strip_html | escape }}{% endif %} | ||||
| 				        {{ post.excerpt | remove: '<p>' | remove: '</p>' }} | ||||
| <!--					{% if post.meta_description %}{{ post.meta_description | strip_html | escape }}{% elsif post.teaser %}{{ post.teaser | strip_html | escape }}{% endif %}--> | ||||
| 					<a href="{{ site.url }}{{ post.url }}" title="Read {{ post.title escape_once }}"><strong>{{ site.data.language.read_more }}</strong></a><br><br> | ||||
| 				</div> | ||||
| 			</dd> | ||||
|  |  | |||
		Reference in a new issue