We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeed33f commit b46a0b0Copy full SHA for b46a0b0
1 file changed
_templates/article-header-buttons-ampl.html
@@ -1,6 +1,13 @@
1
{% from "../macros/buttons.html" import render_funcs with context %}
2
3
<div class="article-header-buttons">
4
+<!-- Custom Robot Button -->
5
+<a href="https://chatgpt.com/g/g-68c00de8b030819185be6db190ad7bce-amplbot"
6
+ class="btn btn-sm btn-outline-primary"
7
+ target="_blank"
8
+ rel="noopener">
9
+ <i class="fa-solid fa-robot"></i>
10
+</a>
11
{%- for button in header_buttons -%}
12
{% set btype = button.get("type") %}
13
{% set bopts = button.copy() %}
@@ -20,4 +27,4 @@
20
27
{%- include "ampl-pages.html" with context -%}
21
28
</ul>
22
29
</div>
23
-</div>
30
+</div>
0 commit comments