edited post
This commit is contained in:
		
							parent
							
								
									be035e3a74
								
							
						
					
					
						commit
						d02c4837ad
					
				| 
						 | 
				
			
			@ -7,7 +7,7 @@
 | 
			
		|||
{{- if not .IsHome | and .Title }}
 | 
			
		||||
<header class="page-header">
 | 
			
		||||
  {{- partial "breadcrumbs.html" . }}
 | 
			
		||||
  <h2>
 | 
			
		||||
  <h1>
 | 
			
		||||
    {{ .Title }}
 | 
			
		||||
    {{- if and (or (eq .Kind `term`) (eq .Kind `section`)) (.Param "ShowRssButtonInSectionTermList") }}
 | 
			
		||||
    <a href="index.xml" title="RSS" aria-label="RSS">
 | 
			
		||||
| 
						 | 
				
			
			@ -19,7 +19,7 @@
 | 
			
		|||
      </svg>
 | 
			
		||||
    </a>
 | 
			
		||||
    {{- end }}
 | 
			
		||||
  </h2>
 | 
			
		||||
  </h1>
 | 
			
		||||
  {{- if .Description }}
 | 
			
		||||
  <div class="post-description">
 | 
			
		||||
    {{ .Description | markdownify }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue