mirror of
https://github.com/naoufalzerai/zerai.xyz.git
synced 2026-07-04 04:40:23 +00:00
change theme again :D
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{{- with .Params -}}
|
||||
<table class="plstable">
|
||||
{{- range . -}}
|
||||
{{- $arg := split . ":" -}}
|
||||
{{- $key := index $arg 0 -}}
|
||||
{{- $value := index $arg 1 -}}
|
||||
<tr>
|
||||
<th>{{- $key | markdownify -}}</th>
|
||||
<td>{{- $value | markdownify -}}</td>
|
||||
</tr>
|
||||
{{- end -}}
|
||||
</table>
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user