From 18ca052f2acdcd14716659fa70aa061afa7da659 Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Fri, 3 Nov 2023 12:04:23 +0200 Subject: [PATCH] move macros with version deeper in the page to avoid raw macros syntax to be rendered in the post excerpt --- docs/blog/posts/2023/srlgpt.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/blog/posts/2023/srlgpt.md b/docs/blog/posts/2023/srlgpt.md index 0118b8e9..ed8cec0e 100644 --- a/docs/blog/posts/2023/srlgpt.md +++ b/docs/blog/posts/2023/srlgpt.md @@ -10,9 +10,6 @@ authors: # SR Linux GPT -[[[% import 'macros.html' as macros %]]] -[[[ macros.srl_version('23.7.1') ]]] - It's taken much longer than we anticipated and wanted (Big co problems...) but we're finally here, SR Linux GPT release day! ![feat](https://gitlab.com/rdodin/pics/-/wikis/uploads/248c99aa1a3c7d74b346ef048ed514ca/srlinux-gpt-sticker_v1_webp.webp){ width=20% align=left} @@ -77,6 +74,9 @@ Additionally, in today's release we only support using OpenAI's LLM and you must ### Installing SR Linux GPT NDK Application +[[[% import 'macros.html' as macros %]]] +[[[ macros.srl_version('23.7.1') ]]] + OK, so to demonstrate SR Linux GPT app we will use Containerlab (min version 0.47.1) and spin up a very simple single node SR Linux topology: ```bash