| 
									
										
										
										
											2019-03-07 02:59:55 +00:00
										 |  |  | <div class="spaced-y-2">
 | 
					
						
							|  |  |  |     <div class="spaced-y-2px">
 | 
					
						
							| 
									
										
										
										
											2019-03-04 11:32:53 +00:00
										 |  |  |         <h2 class="text-inherit text-lg m-0">
 | 
					
						
							| 
									
										
										
										
											2019-06-06 19:45:05 +01:00
										 |  |  |             <a
 | 
					
						
							|  |  |  |                 href="{{ post.external_url ?: post.url }}"
 | 
					
						
							|  |  |  |                 class="text-inherit"
 | 
					
						
							|  |  |  |                 tabindex="-1"
 | 
					
						
							|  |  |  |                 {% if post.external_url %}target="_blank" rel="noopener"{% endif %}
 | 
					
						
							|  |  |  |             >
 | 
					
						
							| 
									
										
										
										
											2019-03-25 23:24:31 +00:00
										 |  |  |                 {{ post.draft ? 'Draft: '|upper }}{{ post.title }}
 | 
					
						
							|  |  |  |             </a>
 | 
					
						
							| 
									
										
										
										
											2019-03-04 11:32:53 +00:00
										 |  |  |         </h2>
 | 
					
						
							| 
									
										
										
										
											2019-03-07 02:46:46 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |         {% if show_date %}
 | 
					
						
							| 
									
										
										
										
											2019-03-07 02:59:55 +00:00
										 |  |  |             {% include 'posts/post-date' with { class: 'text-sm block mb-1' } %}
 | 
					
						
							| 
									
										
										
										
											2019-03-07 02:46:46 +00:00
										 |  |  |         {% endif %}
 | 
					
						
							| 
									
										
										
										
											2019-03-04 11:32:53 +00:00
										 |  |  |     </div>
 | 
					
						
							| 
									
										
										
										
											2019-01-05 00:08:45 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-03-04 11:32:53 +00:00
										 |  |  |     <div>
 | 
					
						
							|  |  |  |         <p>{{ post.excerpt }}</p>
 | 
					
						
							|  |  |  |     </div>
 | 
					
						
							| 
									
										
										
										
											2019-01-05 00:08:45 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-06-06 19:40:55 +01:00
										 |  |  |     {% if not post.type == 'tweet' %}
 | 
					
						
							|  |  |  |         <div>
 | 
					
						
							|  |  |  |             <a href="{{ post.url }}" class="text-sm text-gray-600 hover:text-gray-800">
 | 
					
						
							|  |  |  |                 Read more
 | 
					
						
							|  |  |  |                 <span class="visuallyhidden">about '{{ post.title }}'</span>
 | 
					
						
							|  |  |  |                 →
 | 
					
						
							|  |  |  |             </a>
 | 
					
						
							|  |  |  |         </div>
 | 
					
						
							|  |  |  |     {% endif %}
 | 
					
						
							| 
									
										
										
										
											2019-01-05 00:08:45 +00:00
										 |  |  | </div>
 |