Last active
June 30, 2021 09:20
-
-
Save RobbiNespu/fd68002eed5e84809948cfbf8a93e618 to your computer and use it in GitHub Desktop.
SingleFile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{< load-photoswipe >}} | |
# Single file | |
{{< figure src="../../images/upload/60358116_1158504001018697_6541084584484798464_n.jpg" alt="This is a caption">}} | |
# Gallery - load directory (local) directly | |
{{< gallery dir="images/upload/" />}} | |
# Gallery - load local file and remove file | |
{{< gallery >}} | |
{{< figure src="../images/upload/60358116_1158504001018697_6541084584484798464_n.jpg" caption="This is a local file">}} | |
{{< figure src="https://www.liwen.id.au/img/arduino/test-setup.jpg" caption="This is a remote file">}} | |
{{< /gallery >}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment