We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7bc2fc commit 2996c7dCopy full SHA for 2996c7d
cl-bunny/index.html
@@ -10,8 +10,6 @@
10
<div class="home-section-content cl-rabbit">
11
<h1 class="button-inside">CL-BUNNY - Common Lisp RabbitMQ client
12
<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>
15
16
{% highlight lisp %}
17
(with-connection ()
@@ -25,6 +23,9 @@ <h1 class="button-inside">CL-BUNNY - Common Lisp RabbitMQ client
25
23
(publish x "Hello world!" :routing-key "cl-bunny.examples.hello-world"))
26
24
(sleep 1)))
27
{% endhighlight %}
+
+ <a href="/" class="btn large">Documentation</a>
28
+ <a href="/cl-bunny/tutorials" class="btn large">Tutorials</a>
29
</div>
30
31
</section>
0 commit comments