Kitten Technologies
Check-in [25c64c3673]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Typo! (spotted by suppi in #chicken)
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 25c64c36732d880c78a4bc7a3c904abec600bd0e
User & Date: alaric 2014-10-15 15:44:12
Context
2014-12-28
10:33
Added ugarit-manifest-maker repo check-in: 877955619d user: alaric tags: trunk
2014-10-15
15:44
Typo! (spotted by suppi in #chicken) check-in: 25c64c3673 user: alaric tags: trunk
2014-04-07
22:39
Comments in deploy.sh are now printed out, for debugging. check-in: 08d2a451cb user: alaric tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to layouts/default.sxml.

18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
     (a (@ (href "/")) "Home")
     " | "
     (a (@ (href "/project/ugarit")) "Ugarit")
     (a (@ (href "/project/banterpixra")) "banterpixra")
     (a (@ (href "/project/tangle")) "Tangle")
     (a (@ (href "/project/argon")) "ARGON")
     (a (@ (href "/project/simple-graphics")) "simple-graphics")
     (a (@ (href "/project/speaks")) "speakd")
     " | "
     (a (@ (href "/licence.html")) "KTPL")
     (a (@ (href "/project/kitten-technologies")) "Admin")
    )
    (div (@ (class "content"))
     (inject ,contents))
    (div (@ (class "footer"))







|







18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
     (a (@ (href "/")) "Home")
     " | "
     (a (@ (href "/project/ugarit")) "Ugarit")
     (a (@ (href "/project/banterpixra")) "banterpixra")
     (a (@ (href "/project/tangle")) "Tangle")
     (a (@ (href "/project/argon")) "ARGON")
     (a (@ (href "/project/simple-graphics")) "simple-graphics")
     (a (@ (href "/project/speakd")) "speakd")
     " | "
     (a (@ (href "/licence.html")) "KTPL")
     (a (@ (href "/project/kitten-technologies")) "Admin")
    )
    (div (@ (class "content"))
     (inject ,contents))
    (div (@ (class "footer"))