aboutsummaryrefslogtreecommitdiff
path: root/content/posts
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2021-10-16 18:38:03 -0400
committerPaul Duncan <pabs@pablotron.org>2021-10-16 18:38:03 -0400
commit34b8723b0e6aa3ceea570a3db9460c487868bf6c (patch)
tree1657f0ad48362ea67df4672b6d4252b7a83abf1b /content/posts
parenta611433d4d80f1560b9e6e628692e1e518153016 (diff)
downloadpablotron.org-34b8723b0e6aa3ceea570a3db9460c487868bf6c.tar.bz2
pablotron.org-34b8723b0e6aa3ceea570a3db9460c487868bf6c.zip
use figure instead of img in recent posts
Diffstat (limited to 'content/posts')
-rw-r--r--content/posts/2019-04-03-model-3.md8
-rw-r--r--content/posts/2019-06-01-bev-ranges.md5
2 files changed, 6 insertions, 7 deletions
diff --git a/content/posts/2019-04-03-model-3.md b/content/posts/2019-04-03-model-3.md
index 6eea2f1..f2afa28 100644
--- a/content/posts/2019-04-03-model-3.md
+++ b/content/posts/2019-04-03-model-3.md
@@ -5,15 +5,11 @@ title: Model 3
Took delivery on my [Tesla Model 3 (LR AWD)][model3] one week ago today.
-<a href='https://pablotron.org/files/model3/IMG_20190327_164624.jpg' title='My Tesla Model 3 (LR AWD)'><img src='https://pablotron.org/files/model3/IMG_20190327_164624-800.jpg'
- width='800'
- height='600'
- title='My Tesla Model 3 (LR AWD).'
- alt='My Tesla Model 3 (LR AWD).'
-/></a>
+[{{< figure src="/files/model3/IMG_20190327_164624-800.jpg" class=image width=800 height=600 caption="My 2019 Tesla Model 3 LR AWD" >}}][model3-full]
So far it's great!
I've been taking notes on everything, and I will share them eventually.
[model3]: https://tesla.com/model3 "Tesla Model 3"
+[model3-full]: /files/model3/IMG_20190327_164624.jpg
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.