From 899cc038d1cdee8aac4324a7a07eaeb9451f5abd Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Thu, 28 Jun 2007 17:38:58 +0200 Subject: Add OpenID support. darcs-hash:add8acd1c4b3d96ddeb4bf8fe2525404514cb4f2 --- journal.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'journal.lisp') 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 -- cgit v1.2.3