diff options
| author | Franck Cuny <franck@lumberjaph.net> | 2013-07-25 18:35:25 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@lumberjaph.net> | 2013-07-25 18:35:25 -0700 |
| commit | 3d46aca2693381e81045210c41e782431acd1ed9 (patch) | |
| tree | 410067ba6ce89d6a371e1c06643a14b2bede85e5 /talks.md | |
| parent | new post - patch.pm (diff) | |
| parent | Add a page with my talks. (diff) | |
| download | lumberjaph-3d46aca2693381e81045210c41e782431acd1ed9.tar.gz | |
Merge branch 'design'
* design:
Add a page with my talks.
Remove more files.
use index.atom for our feed.
add openid to our header.
remove unused layout templates.
I don't need tags.
Remove useless empty page.
First attempt with the new theme.
attempt for a new design
Diffstat (limited to '')
| -rw-r--r-- | talks.md (renamed from talks/index.html) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/talks/index.html b/talks.md index e60ce32..9fd0519 100644 --- a/talks/index.html +++ b/talks.md @@ -1,7 +1,9 @@ --- -layout: default +layout: page +permalink: /talks/index.html +title: Talks --- -<div id="page"> + <h2>Previous and Upcoming Talks</h2> <ul> @@ -74,4 +76,3 @@ layout: default <em>Catalyst Advent Calendar</em> — <a href="http://www.catalystframework.org/calendar/2009/19">Writing REST services with Catalyst</a> </li> </ul> -</div> |
