diff options
-rw-r--r-- | content/posts/2019-04-03-model-3.md | 8 | ||||
-rw-r--r-- | content/posts/2019-06-01-bev-ranges.md | 5 |
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. |