Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zwbetz-gh/cupper-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzwbetz <zwbetz@gmail.com>2019-10-03 04:03:16 +0300
committerzwbetz <zwbetz@gmail.com>2019-10-03 04:03:16 +0300
commit315fe6a8d9b31b527b47d6506ead7f0ee97799a9 (patch)
tree40f991c18a511969083d5fc6d62fb3560576a970
parent0332ae9c7c858f2f8cd1b634a9c5a37d9c4224e8 (diff)
rename figure shortcode to figureCupper
-rw-r--r--exampleSite/content/post/cupper-shortcodes/index.md6
-rw-r--r--exampleSite/content/post/nasa-images/index.md6
-rw-r--r--layouts/shortcodes/figureCupper.html (renamed from layouts/shortcodes/figure.html)0
3 files changed, 6 insertions, 6 deletions
diff --git a/exampleSite/content/post/cupper-shortcodes/index.md b/exampleSite/content/post/cupper-shortcodes/index.md
index 31b4200..7b957ce 100644
--- a/exampleSite/content/post/cupper-shortcodes/index.md
+++ b/exampleSite/content/post/cupper-shortcodes/index.md
@@ -198,17 +198,17 @@ Here is some markdown including [a link](https://twitter.com/heydonworks). Donec
* Selling point three
{{% /ticks %}}
-## figure
+## figureCupper
```
-{{</* figure
+{{</* figureCupper
img="sun.jpg"
caption="The Sun is the star at the center of the Solar System. It is a nearly perfect sphere of hot plasma, with internal convective motion that generates a magnetic field via a dynamo process. It is by far the most important source of energy for life on Earth. [Credits](https://images.nasa.gov/details-GSFC_20171208_Archive_e000393.html)."
command="Resize"
options="700x" */>}}
```
-{{< figure
+{{< figureCupper
img="sun.jpg"
caption="The Sun is the star at the center of the Solar System. It is a nearly perfect sphere of hot plasma, with internal convective motion that generates a magnetic field via a dynamo process. It is by far the most important source of energy for life on Earth. [Credits](https://images.nasa.gov/details-GSFC_20171208_Archive_e000393.html)."
command="Resize"
diff --git a/exampleSite/content/post/nasa-images/index.md b/exampleSite/content/post/nasa-images/index.md
index 6457a91..5609713 100644
--- a/exampleSite/content/post/nasa-images/index.md
+++ b/exampleSite/content/post/nasa-images/index.md
@@ -6,19 +6,19 @@ tags: ["nasa"]
The below images are from the [NASA Image and Video Library](https://images.nasa.gov/) -- indulge yourself, revel in their beauty.
-{{< figure
+{{< figureCupper
img="sun.jpg"
caption="The Sun is the star at the center of the Solar System. It is a nearly perfect sphere of hot plasma, with internal convective motion that generates a magnetic field via a dynamo process. It is by far the most important source of energy for life on Earth. [Credits](https://images.nasa.gov/details-GSFC_20171208_Archive_e000393.html)."
command="Resize"
options="700x" >}}
-{{< figure
+{{< figureCupper
img="moon.jpg"
caption="The Moon is an astronomical body that orbits planet Earth and is Earth's only permanent natural satellite. It is the fifth-largest natural satellite in the Solar System, and the largest among planetary satellites relative to the size of the planet that it orbits (its primary). The Moon is after Jupiter's satellite Io the second-densest satellite in the Solar System among those whose densities are known. [Credits](https://images.nasa.gov/details-GSFC_20171208_Archive_e001861.html)."
command="Resize"
options="700x" >}}
-{{< figure
+{{< figureCupper
img="earth.jpg"
caption="Earth is the third planet from the Sun and the only astronomical object known to harbor life. According to radiometric dating and other sources of evidence, Earth formed over 4.5 billion years ago. Earth's gravity interacts with other objects in space, especially the Sun and the Moon, Earth's only natural satellite. Earth revolves around the Sun in 365.26 days, a period known as an Earth year. During this time, Earth rotates about its axis about 366.26 times. [Credits](https://images.nasa.gov/details-PIA18033.html)."
command="Resize"
diff --git a/layouts/shortcodes/figure.html b/layouts/shortcodes/figureCupper.html
index 90bf2e6..90bf2e6 100644
--- a/layouts/shortcodes/figure.html
+++ b/layouts/shortcodes/figureCupper.html