aboutsummaryrefslogtreecommitdiffstats
path: root/docs/layouts
diff options
context:
space:
mode:
authorpmikus <peter.mikus@protonmail.ch>2023-03-09 13:32:33 +0000
committerPeter Mikus <peter.mikus@protonmail.ch>2023-03-15 10:06:55 +0000
commitb928e56347c682fdb9762ccbe2f368329d4037e4 (patch)
tree9c0f6a02efc1704821229b8e18a23468fdf8674a /docs/layouts
parentddcdf45806d0efa9e89dd4446b4c7da39cfb27a8 (diff)
feat(docs): Hugo
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Id8b43ef1f31f39b19a0629c52581514fda278f3b
Diffstat (limited to 'docs/layouts')
-rw-r--r--docs/layouts/shortcodes/release.html1
-rw-r--r--docs/layouts/shortcodes/release_csit.html1
-rw-r--r--docs/layouts/shortcodes/release_dpdk.html1
-rw-r--r--docs/layouts/shortcodes/release_prev.html1
-rw-r--r--docs/layouts/shortcodes/release_vpp.html1
-rw-r--r--docs/layouts/shortcodes/svg.html2
6 files changed, 7 insertions, 0 deletions
diff --git a/docs/layouts/shortcodes/release.html b/docs/layouts/shortcodes/release.html
new file mode 100644
index 0000000000..c958a6473d
--- /dev/null
+++ b/docs/layouts/shortcodes/release.html
@@ -0,0 +1 @@
+{{ .Site.Data.variables.release }} \ No newline at end of file
diff --git a/docs/layouts/shortcodes/release_csit.html b/docs/layouts/shortcodes/release_csit.html
new file mode 100644
index 0000000000..7967f29195
--- /dev/null
+++ b/docs/layouts/shortcodes/release_csit.html
@@ -0,0 +1 @@
+{{ .Site.Data.variables.release_csit }} \ No newline at end of file
diff --git a/docs/layouts/shortcodes/release_dpdk.html b/docs/layouts/shortcodes/release_dpdk.html
new file mode 100644
index 0000000000..32cf9f5114
--- /dev/null
+++ b/docs/layouts/shortcodes/release_dpdk.html
@@ -0,0 +1 @@
+{{ .Site.Data.variables.release_dpdk }} \ No newline at end of file
diff --git a/docs/layouts/shortcodes/release_prev.html b/docs/layouts/shortcodes/release_prev.html
new file mode 100644
index 0000000000..12e98f615a
--- /dev/null
+++ b/docs/layouts/shortcodes/release_prev.html
@@ -0,0 +1 @@
+{{ .Site.Data.variables.release_prev }} \ No newline at end of file
diff --git a/docs/layouts/shortcodes/release_vpp.html b/docs/layouts/shortcodes/release_vpp.html
new file mode 100644
index 0000000000..18f286552a
--- /dev/null
+++ b/docs/layouts/shortcodes/release_vpp.html
@@ -0,0 +1 @@
+{{ .Site.Data.variables.release_vpp }} \ No newline at end of file
diff --git a/docs/layouts/shortcodes/svg.html b/docs/layouts/shortcodes/svg.html
new file mode 100644
index 0000000000..ea38cb0c6b
--- /dev/null
+++ b/docs/layouts/shortcodes/svg.html
@@ -0,0 +1,2 @@
+{{$svg := .Get 0}}
+{{ $svg | readFile | safeHTML }} \ No newline at end of file