diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-16 18:38:03 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-16 18:38:03 -0400 |
commit | 34b8723b0e6aa3ceea570a3db9460c487868bf6c (patch) | |
tree | 1657f0ad48362ea67df4672b6d4252b7a83abf1b /content/posts/2019-06-01-bev-ranges.md | |
parent | a611433d4d80f1560b9e6e628692e1e518153016 (diff) | |
download | pablotron.org-34b8723b0e6aa3ceea570a3db9460c487868bf6c.tar.bz2 pablotron.org-34b8723b0e6aa3ceea570a3db9460c487868bf6c.zip |
use figure instead of img in recent posts
Diffstat (limited to 'content/posts/2019-06-01-bev-ranges.md')
-rw-r--r-- | content/posts/2019-06-01-bev-ranges.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/content/posts/2019-06-01-bev-ranges.md b/content/posts/2019-06-01-bev-ranges.md index 78aec32..8e8efe3 100644 --- a/content/posts/2019-06-01-bev-ranges.md +++ b/content/posts/2019-06-01-bev-ranges.md @@ -6,7 +6,10 @@ title: Current BEV Range Range of [Battery Electric Vehicles (BEVs)][bev] currently available in the US, according to data from [fueleconomy.gov][src]. -<img src='https://pmdn.org/bev-range/chart.svg' width='100%' height='auto' title='BEV Range' alt='BEV Range'/> +{{< figure src="https://pmdn.org/bev-range/chart.svg" + class="image" + caption="BEV Range" +>}} Links: * [range-years-current.csv][data]: CSV of current BEV range data. |