Skip to content

Commit b46a0b0

Browse files
committed
Add amplbot button
1 parent eeed33f commit b46a0b0

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

_templates/article-header-buttons-ampl.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{% from "../macros/buttons.html" import render_funcs with context %}
22

33
<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>
411
{%- for button in header_buttons -%}
512
{% set btype = button.get("type") %}
613
{% set bopts = button.copy() %}
@@ -20,4 +27,4 @@
2027
{%- include "ampl-pages.html" with context -%}
2128
</ul>
2229
</div>
23-
</div>
30+
</div>

0 commit comments

Comments
 (0)