M content/posts/cloud-vps-terraform.md => content/posts/cloud-vps-terraform.md +1 -1
@@ 13,7 13,7 @@ a special coding language/framework. You can then manage and review
that code with familiar tools, such as [Git].
[![Using Terraform to attach a volume to an existing instance](/img/terraform-asciinema.svg)](https://asciinema.org/a/528227)
-{{< img-caption "Using Terraform to attach a volume to an existing instance" >}}
+{{< img-caption >}}Using Terraform to attach a volume to an existing instance.{{< /img-caption >}}
If you want to just get started with Terraform on your own project,
[read the docs]. Otherwise keep reading to learn about the technical
M content/posts/gci-2019-20.md => content/posts/gci-2019-20.md +1 -1
@@ 11,7 11,7 @@ I participated in [Google Code-In](https://codein.withgoogle.com) for the first
In the end, I completed 31 tasks and had done little under 4.5% of all completed [Wikimedia](https://wikimedia.org) tasks.
![31 completed tasks](/img/gci-completed-tasks.png)
-{{< img-caption "such a taboo talking about task counts" >}}
+{{< img-caption >}}such a taboo talking about task counts{{< /img-caption >}}
All of the tasks I did were in Wikimedia. I've contributed some small patches there before, and I have about [2,000 edits](https://xtools.wmflabs.org/ec/en.wikipedia.org/Majavah) in the English Wikipedia, so I wasn't a newcomer to the environment.
M themes/castor/layouts/shortcodes/img-caption.html => themes/castor/layouts/shortcodes/img-caption.html +1 -1
@@ 1,1 1,1 @@
-<div class="img-caption">{{ .Get 0 }}</div>
+<div class="img-caption">{{ .Inner }}</div>