summaryrefslogtreecommitdiff
path: root/default-files
diff options
context:
space:
mode:
authorp4bl0 <pablo@rauzy.name>2010-09-18 02:04:32 +0200
committerp4bl0 <pablo@rauzy.name>2010-09-18 02:04:32 +0200
commit022bba545e0a6937d75c6ea32e6eacb219b54139 (patch)
treebed1d29a6fe30067ab081b174d280a0971a692a3 /default-files
parentefac75fcf15f3dfea9376fd7159b43e632d5d3db (diff)
added link in titles
Diffstat (limited to 'default-files')
-rw-r--r--default-files/article.html4
-rw-r--r--default-files/top.html4
2 files changed, 6 insertions, 2 deletions
diff --git a/default-files/article.html b/default-files/article.html
index 5b59e06..02920a2 100644
--- a/default-files/article.html
+++ b/default-files/article.html
@@ -1,7 +1,9 @@
<?fugitive include:top.html ?>
<article>
<header>
- <h1><?fugitive article_title ?></h1>
+ <h1><a href="<?fugitive article_file ?>.html">
+ <?fugitive article_title ?>
+ </a></h1>
</header>
<footer>
by <?fugitive article_cauthor ?>, on
diff --git a/default-files/top.html b/default-files/top.html
index 6915957..0429a83 100644
--- a/default-files/top.html
+++ b/default-files/top.html
@@ -43,6 +43,8 @@
</ul>
</nav>
<header>
- <h1><?fugitive-install name ?>'s blog</h1>
+ <h1><a href="<?fugitive blog_url ?>">
+ <?fugitive-install name ?>'s blog
+ </a></h1>
<q>Don't learn to hack, hack to learn.</q>
</header>