File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed
Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 22title : Contribute!
33description :
44heading : How to edit and add new templates
5+ description : Add new templates
56# We add the page to the listing for better UX
67tags :
78- all
89- featured
910tags_weight : 999
11+ logoPath : " /images/add.svg"
1012---
1113
1214## If you would like to contribute
Original file line number Diff line number Diff line change 1212 {{ end }}
1313 </ div >
1414 {{ end }}
15+ {{ if .Params.logoPath }}
16+ < div class ="svg-logo border border-slate-200 p-2 rounded justify-center ">
17+ < img src ="{{ .Params.logoPath | relLangURL }} " width ="82px " height ="82px ">
18+ </ div >
19+ {{ end }}
1520 < div class ="relative text-center ">
1621 < h3 class ="text-xl font-medium break-words "> {{ .Title }}</ h3 >
1722 {{ with .Params.description }}
You can’t perform that action at this time.
0 commit comments