Skip to content

Commit 18ca052

Browse files
committed
move macros with version deeper in the page
to avoid raw macros syntax to be rendered in the post excerpt
1 parent 142078f commit 18ca052

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/blog/posts/2023/srlgpt.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ authors:
1010

1111
# SR Linux GPT
1212

13-
[[[% import 'macros.html' as macros %]]]
14-
[[[ macros.srl_version('23.7.1') ]]]
15-
1613
It's taken much longer than we anticipated and wanted (Big co problems...) but we're finally here, SR Linux GPT release day!
1714

1815
![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
7774

7875
### Installing SR Linux GPT NDK Application
7976

77+
[[[% import 'macros.html' as macros %]]]
78+
[[[ macros.srl_version('23.7.1') ]]]
79+
8080
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:
8181

8282
```bash

0 commit comments

Comments
 (0)