switch themify for fa
This commit is contained in:
		| @@ -4,13 +4,13 @@ | ||||
|     <!-- post meta --> | ||||
|     <ul class="list-inline mb-3"> | ||||
|       <!-- post date --> | ||||
|       <li class="list-inline-item mr-3 ml-0"><i class="ti-calendar"></i> {{ .PublishDate.Format "02 Jan, 2006" }}</li> | ||||
|       <li class="list-inline-item mr-3 ml-0"><i class="fa-solid fa-calendar-day"></i> {{ .PublishDate.Format "02 Jan, 2006" }}</li> | ||||
|       <!-- author --> | ||||
|       <li class="list-inline-item mr-3 ml-0"><i class="ti-user"></i> <a | ||||
|       <li class="list-inline-item mr-3 ml-0"><i class="fa-solid fa-user"></i> <a | ||||
|         href="{{ `author` | relLangURL }}{{ .Params.Author | urlize }}">{{ .Params.Author | title }}</a></li> | ||||
|     </ul> | ||||
|       <h4 class="card-title"><a href="{{ .Permalink }}">{{ .Title }}</a></h4> | ||||
|     <p class="card-text">{{ .Summary | truncate 100 }}</p> | ||||
|     <a href="{{ .Permalink }}" class="btn btn-primary btn-sm">{{ i18n "read_more" }}</a> | ||||
|   </div> | ||||
| </article> | ||||
| </article> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user