mirror of
				https://github.com/mikaela/mikaela.github.io/
				synced 2025-10-30 22:27:23 +01:00 
			
		
		
		
	blog: use detailed table
This commit is contained in:
		
							parent
							
								
									9409a7985f
								
							
						
					
					
						commit
						12891560e0
					
				| @ -18,20 +18,21 @@ robots: noai | ||||
| 
 | ||||
| <h2 id="in-english">In English</h2> | ||||
| 
 | ||||
| <ul style="list-style-type: none"> | ||||
| <dl> | ||||
| {% for post in site.categories.english %} | ||||
| <li><strong><a href="{{ post.url }}">{{ post.title }}</a></strong></li> | ||||
| <ul style="list-style-type: none"><li><em>{{ post.excerpt | strip_html }}</li></ul> | ||||
| <dt><strong><a href="{{ post.url }}">{{ post.title }}</a></strong></dt> | ||||
| <dd><em>{{ post.excerpt | strip_html }}</dd> | ||||
| {% endfor %} | ||||
| </ul> | ||||
| </dl> | ||||
| 
 | ||||
| </div><div lang="fi"> | ||||
| 
 | ||||
| <h2 id="suomeksi">suomeksi</h2> | ||||
| 
 | ||||
| <ul style="list-style-type: none"> | ||||
| <dl> | ||||
| {% for post in site.categories.finnish %} | ||||
| <li><strong><a href="{{ post.url }}">{{ post.title }}</a></strong></li> | ||||
| <ul style="list-style-type: none"><li><em>{{ post.excerpt | strip_html }}</li></ul> | ||||
| <dt><strong><a href="{{ post.url }}">{{ post.title }}</a></strong></dt> | ||||
| <dd><em>{{ post.excerpt | strip_html }}</dd> | ||||
| {% endfor %} | ||||
| </dl> | ||||
| </div> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user