diff --git a/content/just_os_chatbot/index.md b/content/just_os_chatbot/index.md new file mode 100644 index 0000000000..d7b1b772f1 --- /dev/null +++ b/content/just_os_chatbot/index.md @@ -0,0 +1,6 @@ +--- +title: "" + +--- + +{{< just_os_chat >}} diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 80366aa000..d41a85dc79 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -38,5 +38,7 @@ {{ partial "citation" . }} + {{ partial "chatbot" . }} + diff --git a/layouts/partials/chatbot.html b/layouts/partials/chatbot.html new file mode 100644 index 0000000000..e9bb650713 --- /dev/null +++ b/layouts/partials/chatbot.html @@ -0,0 +1,211 @@ + + +{{ if ne .RelPermalink "/just_os_chatbot/" }} +
+ + + + + +
+
+ JUST-OS + Open in new + tab + +
+
+ +
+
+ +
+{{ end }} + + \ No newline at end of file diff --git a/layouts/shortcodes/just_os_chat.html b/layouts/shortcodes/just_os_chat.html new file mode 100644 index 0000000000..b055dfe35b --- /dev/null +++ b/layouts/shortcodes/just_os_chat.html @@ -0,0 +1,13 @@ + + +
+ +
\ No newline at end of file diff --git a/static/img/just_os_icon.webp b/static/img/just_os_icon.webp new file mode 100644 index 0000000000..0a626d48d3 Binary files /dev/null and b/static/img/just_os_icon.webp differ