diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2007-06-28 17:38:58 +0200 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2007-06-28 17:38:58 +0200 |
commit | 899cc038d1cdee8aac4324a7a07eaeb9451f5abd (patch) | |
tree | 068d457ddbeb5340a0e2df53c690330dd6db9ff3 | |
parent | d847f178added3c2eebf6d3653d5da57c1e9a5ee (diff) |
Add OpenID support.
darcs-hash:add8acd1c4b3d96ddeb4bf8fe2525404514cb4f2
-rwxr-xr-x | journal.lisp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/journal.lisp b/journal.lisp index 0878a78..431ff8e 100755 --- a/journal.lisp +++ b/journal.lisp @@ -602,7 +602,9 @@ after another in any arbitrary order." :type "application/atom+xml" :href (link-to :view-atom-feed) :title "Kompottkins weiser Atom-Feed") - (<:link :rel "stylesheet" :type "text/css" :href (link-to :css))) + (<:link :rel "stylesheet" :type "text/css" :href (link-to :css)) + (<:link :rel "openid.server" :href "https://meinguter.name/index.php/serve") + (<:link :rel "openid.delegate" :href "https://matthias.benkard.meinguter.name")) (<:body (<:div :id :main-title-box (<:h1 :id :main-title |