Skip to content

Commit 797d47c

Browse files
author
Splitter
committed
feat: port cite shortcode from Bootstrap module
1 parent eff7e2f commit 797d47c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/post/teach-courses/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ image:
1919

2020
On this page, you'll find some examples of the types of technical content that can be rendered with Hugo Blox.
2121

22+
## Citation
23+
24+
Here's an example of citing a publication using the cite shortcode:
25+
26+
{{< cite page="/publication/preprint" view="citation" >}}
27+
28+
You can also use the default view by omitting the view parameter:
29+
30+
{{< cite page="/publication/conference-paper" >}}
31+
2232
## Video
2333

2434
Teach your course by sharing videos with your students. Choose from one of the following approaches:

0 commit comments

Comments
 (0)