diff options
| -rw-r--r-- | _includes/footer.html | 6 | ||||
| -rw-r--r-- | about/index.md (renamed from about.md) | 0 | ||||
| -rw-r--r-- | projects/index.md (renamed from projects.md) | 0 | ||||
| -rw-r--r-- | resume/index.md (renamed from resume.md) | 0 | ||||
| -rw-r--r-- | s3_website.yml | 2 |
5 files changed, 5 insertions, 3 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index 2847fae..f56a1cd 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -2,7 +2,7 @@ <p id='copyright'>© 2008 – 2013 Franck Cuny. [ <a href='/'>Writings</a> | <a href='/codex.html'>Codex</a> | - <a href='/projects.html'>Projects</a> | - <a href='/about.html'>Colophon</a> | - <a href='/resume.html'>Résumé</a> ] + <a href='/projects/'>Projects</a> | + <a href='/about/'>Colophon</a> | + <a href='/resume/'>Résumé</a> ] </footer> diff --git a/about.md b/about/index.md index df36b42..df36b42 100644 --- a/about.md +++ b/about/index.md diff --git a/projects.md b/projects/index.md index 53ad0a3..53ad0a3 100644 --- a/projects.md +++ b/projects/index.md diff --git a/resume.md b/resume/index.md index 29c95ce..29c95ce 100644 --- a/resume.md +++ b/resume/index.md diff --git a/s3_website.yml b/s3_website.yml index a88acbd..2675067 100644 --- a/s3_website.yml +++ b/s3_website.yml @@ -47,6 +47,8 @@ redirects: catalystxdispatcherasgraph/: catalystx-dispatcher-asgraph/ talks/index.html: projects/ about.html: about/ + projects.html: projects/ + resume.html: resume/ # routing_rules: |
