mirror of
https://github.com/naoufalzerai/zerai.xyz.git
synced 2025-12-25 06:53:57 +00:00
change theme again :D
This commit is contained in:
13
themes/notepadium/layouts/shortcodes/plist.html
Normal file
13
themes/notepadium/layouts/shortcodes/plist.html
Normal 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 -}}
|
||||
Reference in New Issue
Block a user