change theme again :D

This commit is contained in:
naoufal zerai
2022-08-18 15:20:15 -04:00
parent dee5809c1a
commit 5dba10766d
287 changed files with 28330 additions and 1506 deletions

View File

@@ -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 -}}