Jekyll: Difference between revisions
From Kingside Wiki
(Created page with "# Post Content ## Posting Links to Websites with Images ``` {% include media-image.html file="jekyll-website.jpg" title="Jekyll Website" caption="The documentation includes everything you need to know to install Jekyll — it's an excellent reference too" link="http://jekyllrb.com" %} ```") |
No edit summary |
||
Line 1: | Line 1: | ||
== Post Content == | |||
=== Posting Links to Websites with Images === | |||
{% include media-image.html file="jekyll-website.jpg" title="Jekyll Website" caption="The documentation includes everything you need to know to install Jekyll — it's an excellent reference too" link="http://jekyllrb.com" %} | <code>{% include media-image.html file="jekyll-website.jpg" title="Jekyll Website" caption="The documentation includes everything you need to know to install Jekyll — it's an excellent reference too" link="http://jekyllrb.com" %}</code> | ||
Revision as of 07:04, 27 February 2023
Post Content
Posting Links to Websites with Images
{% include media-image.html file="jekyll-website.jpg" title="Jekyll Website" caption="The documentation includes everything you need to know to install Jekyll — it's an excellent reference too" link="http://jekyllrb.com" %}