Skip to content

Commit

Permalink
Fix minor style problem, add trivial-cltl2
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Jun 5, 2019
1 parent 121183e commit 6c525d8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions data.lisp
Expand Up @@ -63,3 +63,8 @@
:link "https://common-lisp.net/project/trivial-backtrace/"
:description "Printing the current stack trace to a string."
:support (:allegro :ccl :clisp :cmucl :lispworks :mcl :sbcl :scl))

(trivial-cltl2
:link "https://github.com/Zulu-Inuoe/trivial-cltl2"
:description "Some of the extensions described in CLtL2 that were not included in ANSI."
:support (:abcl :allegro :ccl :cmucl :ecl :sbcl))
2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion style.lass
Expand Up @@ -74,4 +74,6 @@
(.note
:font-weight bold)))
(footer
:text-align center)
:text-align center
(a :display inline-block
:margin 0 0.2em))

0 comments on commit 6c525d8

Please sign in to comment.