projects
/
web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
make blog titles clickable; some more style tunes
[web.git]
/
_layouts
/
post.html
diff --git
a/_layouts/post.html
b/_layouts/post.html
index 5ed4c6891e77ee2d116bc5bcf23d8f3a856a7315..d6500b90ad8b21c19951daf18ad9c0834cfbe987 100644
(file)
--- a/
_layouts/post.html
+++ b/
_layouts/post.html
@@
-1,12
+1,17
@@
---
layout: default
---
layout: default
-title: "Ralf's Ramblings"
+
pre
title: "Ralf's Ramblings"
rss: true
---
rss: true
---
-<header
class="sub
title">
+<header
id="-pre
title">
<div class="side"><a href="{{ page.url }}">Permalink</a> • {{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</div>
<div class="side"><a href="{{ page.url }}">Permalink</a> • {{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</div>
- <h1>{{ page.
sub
title }}</h1>
+ <h1>{{ page.
pre
title }}</h1>
</header>
</header>
+<header id="-title">
+ <h1>{{ page.title }}</h1>
+</header>
+
+
{{ content }}
{{ content }}