parent
							
								
									a44ecc8816
								
							
						
					
					
						commit
						4a26bc11a8
					
				| @ -20,9 +20,9 @@ | |||||||
|           <a href="{{ .Permalink }}">{{ .Title | markdownify }}</a> |           <a href="{{ .Permalink }}">{{ .Title | markdownify }}</a> | ||||||
|         </h1> |         </h1> | ||||||
|         <div class="post-meta"> |         <div class="post-meta"> | ||||||
|           <span class="post-date"> |           <time class="post-date"> | ||||||
|             {{ .Date.Format "2006-01-02" }} |             {{ .Date.Format "2006-01-02" }} | ||||||
|           </span> |           </time> | ||||||
|           {{ with .Params.Author }} |           {{ with .Params.Author }} | ||||||
|             <span class="post-author">:: {{ . }}</span> |             <span class="post-author">:: {{ . }}</span> | ||||||
|           {{ end }} |           {{ end }} | ||||||
|  | |||||||
| @ -11,9 +11,9 @@ | |||||||
|           <a href="{{ .Permalink }}">{{ .Title | markdownify }}</a> |           <a href="{{ .Permalink }}">{{ .Title | markdownify }}</a> | ||||||
|         </h1> |         </h1> | ||||||
|         <div class="post-meta"> |         <div class="post-meta"> | ||||||
|           <span class="post-date"> |           <time class="post-date"> | ||||||
|             {{ .Date.Format "2006-01-02" }} |             {{ .Date.Format "2006-01-02" }} | ||||||
|           </span> |           </time> | ||||||
|           {{ with .Params.Author }} |           {{ with .Params.Author }} | ||||||
|             <span class="post-author">:: {{ . }}</span> |             <span class="post-author">:: {{ . }}</span> | ||||||
|           {{ end }} |           {{ end }} | ||||||
|  | |||||||
| @ -5,9 +5,9 @@ | |||||||
|   <div class="post-meta"> |   <div class="post-meta"> | ||||||
|     {{ if .Params.Date }} |     {{ if .Params.Date }} | ||||||
|       <span class="post-date"> |       <span class="post-date"> | ||||||
|         {{ .Date.Format "2006-01-02" }} |         <time>{{ .Date.Format "2006-01-02" }}</time> | ||||||
|         {{ if $.Site.Params.showLastUpdated }} |         {{ if $.Site.Params.showLastUpdated }} | ||||||
|           [{{or $.Site.Params.updatedDatePrefix "Updated"}}: {{ .Lastmod.Format "2006-01-02" }}] |           [{{or $.Site.Params.updatedDatePrefix "Updated"}}: <time>{{ .Lastmod.Format "2006-01-02" }}</time>] | ||||||
|         {{ end }} |         {{ end }} | ||||||
|       </span> |       </span> | ||||||
|     {{ end }} |     {{ end }} | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user