Initial commit of site with new terminal theme
This commit is contained in:
commit
a3cb590d26
37 changed files with 1534 additions and 0 deletions
6
layouts/shortcodes/img.html
Normal file
6
layouts/shortcodes/img.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<center>
|
||||
<img {{ with .Get "src" }} src="{{ . }}"{{ end }}
|
||||
{{ with .Get "width" }} width="{{ . }}"{{ end }}
|
||||
{{ with .Get "max-width" }} style=" max-width:{{ . }}" {{ end }}
|
||||
>
|
||||
</center>
|
Loading…
Add table
Add a link
Reference in a new issue