Skip to content

Commit 2996c7d

Browse files
committed
Update index.html
1 parent a7bc2fc commit 2996c7d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cl-bunny/index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
<div class="home-section-content cl-rabbit">
1111
<h1 class="button-inside">CL-BUNNY - Common Lisp RabbitMQ client
1212
<a href="https://github.com/cl-rabbit/cl-bunny" class="btn large">Github</a></h1>
13-
<a href="/" class="btn large">Documentation</a>
14-
<a href="/cl-bunny/tutorials" class="btn large">Tutorials</a>
1513

1614
{% highlight lisp %}
1715
(with-connection ()
@@ -25,6 +23,9 @@ <h1 class="button-inside">CL-BUNNY - Common Lisp RabbitMQ client
2523
(publish x "Hello world!" :routing-key "cl-bunny.examples.hello-world"))
2624
(sleep 1)))
2725
{% endhighlight %}
26+
27+
<a href="/" class="btn large">Documentation</a>
28+
<a href="/cl-bunny/tutorials" class="btn large">Tutorials</a>
2829
</div>
2930
</div>
3031
</section>

0 commit comments

Comments
 (0)