mirror of
https://github.com/danog/gojekyll.git
synced 2024-12-02 18:37:50 +01:00
17 lines
241 B
Markdown
17 lines
241 B
Markdown
|
---
|
||
|
---
|
||
|
|
||
|
## Avatar
|
||
|
|
||
|
{% avatar osteele %}
|
||
|
|
||
|
{% avatar user='osteele' size=24 %}
|
||
|
|
||
|
## Gist
|
||
|
|
||
|
(From <https://jekyllrb.com/docs/templates/>)
|
||
|
|
||
|
{% gist parkr/931c1c8d465a04042403 %}
|
||
|
|
||
|
{% gist parkr/931c1c8d465a04042403 jekyll-private-gist.markdown %}
|