* More HTML tweaking on the post default template
authorelliottcable <[email protected]>
Sat, 17 May 2008 12:18:00 +0000 (17 04:18 -0800)
committerelliottcable <[email protected]>
Sat, 17 May 2008 12:19:14 +0000 (17 04:19 -0800)
* ditz issue for SASS
* ditz issue for Feeds
* ditz issue for post-recieve hook

bugs/issue-b8878afa7a90d888851e724175dd516b53ed586a.yaml [new file with mode: 0644]
bugs/issue-c035d17b2af544bdca50ded767c40aadd51c812f.yaml [new file with mode: 0644]
bugs/issue-cbddac4392fd9b8a040268d3e510aef1c8e8e7c6.yaml [new file with mode: 0644]
defaults/post.haml

diff --git a/bugs/issue-b8878afa7a90d888851e724175dd516b53ed586a.yaml b/bugs/issue-b8878afa7a90d888851e724175dd516b53ed586a.yaml
new file mode 100644 (file)
index 0000000..3cd643e
--- /dev/null
@@ -0,0 +1,18 @@
+--- !ditz.rubyforge.org,2008-03-06/issue 
+title: SASS
+desc: ""
+type: :feature
+component: git-blog
+release: 
+reporter: elliottcable <[email protected]>
+status: :unstarted
+disposition: 
+creation_time: 2008-05-17 12:16:21.619620 Z
+references: []
+
+id: b8878afa7a90d888851e724175dd516b53ed586a
+log_events: 
+- - 2008-05-17 12:16:24.713553 Z
+  - elliottcable <[email protected]>
+  - created
+  - ""
diff --git a/bugs/issue-c035d17b2af544bdca50ded767c40aadd51c812f.yaml b/bugs/issue-c035d17b2af544bdca50ded767c40aadd51c812f.yaml
new file mode 100644 (file)
index 0000000..73f7a2e
--- /dev/null
@@ -0,0 +1,18 @@
+--- !ditz.rubyforge.org,2008-03-06/issue 
+title: post-recieve deploy hook
+desc: ""
+type: :feature
+component: git-blog
+release: 
+reporter: elliottcable <[email protected]>
+status: :unstarted
+disposition: 
+creation_time: 2008-05-17 12:18:51.739512 Z
+references: []
+
+id: c035d17b2af544bdca50ded767c40aadd51c812f
+log_events: 
+- - 2008-05-17 12:18:52.224012 Z
+  - elliottcable <[email protected]>
+  - created
+  - ""
diff --git a/bugs/issue-cbddac4392fd9b8a040268d3e510aef1c8e8e7c6.yaml b/bugs/issue-cbddac4392fd9b8a040268d3e510aef1c8e8e7c6.yaml
new file mode 100644 (file)
index 0000000..d07c496
--- /dev/null
@@ -0,0 +1,18 @@
+--- !ditz.rubyforge.org,2008-03-06/issue 
+title: Feeds
+desc: ""
+type: :feature
+component: git-blog
+release: 
+reporter: elliottcable <[email protected]>
+status: :unstarted
+disposition: 
+creation_time: 2008-05-17 12:16:51.049669 Z
+references: []
+
+id: cbddac4392fd9b8a040268d3e510aef1c8e8e7c6
+log_events: 
+- - 2008-05-17 12:16:52.106629 Z
+  - elliottcable <[email protected]>
+  - created
+  - ""
index 2ecb450..830d32b 100644 (file)
@@ -2,7 +2,11 @@
 !!! 1.1
 %html{:xmlns => 'http://www.w3.org/1999/xhtml', :'xml:lang' => 'en'}
   %head
+    %meta{:'http-equiv' => 'Content-Type', :content => 'application/xhtml+xml;charset=utf-8'}
     %title= title
+    %link{:rel => 'stylesheet', :href => '/design/main.css', :type => 'text/css;charset=utf-8'}
+    / %link{:rel => 'alternate', :href => '/posts/feed.rss', :type => 'application/rss+xml', :title => 'Feed (RSS 2.0)'}
+    / %link{:rel => 'alternate', :href => '/posts/feed.atom', :type => 'application/atom+xml', :title => 'Feed (Atom)'}
   %body
     %h1= title
     .content= content
\ No newline at end of file