cleaned shortcodes, automized header creation
This commit is contained in:
@@ -26,10 +26,4 @@ Text here.
|
||||
|
||||
And here are some examples of how to use the `imgc` shortcode in `/templates/shortcodes`:
|
||||
|
||||
{{ imgc(path="blog//2018/10/post-1/Typography-scr-cap-2-2018-10-16.jpg", alt="Thin and dim text that is hard to read", width=1344, height=200) }}
|
||||
|
||||
{{ imgc(path="blog//2018/10/post-1/Typography-scr-cap-3-2018-10-16.jpg", alt="More thin and dim text that is hard to read", width=1398, height=252) }}
|
||||
|
||||
{{ imgc(path="blog//2018/10/post-1/Typography-scr-cap-4-2018-10-16.jpg", alt="Still more thin and dim text that is hard to read", width=1398, height=164) }}
|
||||
|
||||
Closing text. That ends Post 1!
|
||||
|
@@ -26,6 +26,4 @@ Text here.
|
||||
|
||||
And here's an example of how to use the `imgc` shortcode in `/templates/shortcodes`:
|
||||
|
||||
{{ imgc(path="blog//2018/10/post-2/Early-Web-font-grfx-1-2018-10-16_1218x1296.jpg", alt="Image from Apple Web site in 1999 showing graphic elements as text", width=1218, height=1296) }}
|
||||
|
||||
Closing text. That ends Post 2!
|
||||
|
@@ -10,5 +10,5 @@ insert_anchor_links: "left"
|
||||
template: "blog/blog.html"
|
||||
#transparent: true
|
||||
extra:
|
||||
imgPath: images/threefold_img2.png
|
||||
imgPath: /images/threefold_img2.png
|
||||
---
|
||||
|
@@ -28,10 +28,4 @@ Text here.
|
||||
|
||||
And here are some examples of how to use the `imgc` shortcode in `/templates/shortcodes`:
|
||||
|
||||
{{ imgc(path="blog//2018/10/post-1/Typography-scr-cap-2-2018-10-16.jpg", alt="Thin and dim text that is hard to read", width=1344, height=200) }}
|
||||
|
||||
{{ imgc(path="blog//2018/10/post-1/Typography-scr-cap-3-2018-10-16.jpg", alt="More thin and dim text that is hard to read", width=1398, height=252) }}
|
||||
|
||||
{{ imgc(path="blog//2018/10/post-1/Typography-scr-cap-4-2018-10-16.jpg", alt="Still more thin and dim text that is hard to read", width=1398, height=164) }}
|
||||
|
||||
Closing text. That ends Post 1!
|
||||
|
Reference in New Issue
Block a user