added link in titles

This commit is contained in:
p4bl0 2010-09-18 02:04:32 +02:00
parent efac75fcf1
commit 022bba545e
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
*~
test
IDEAS
fugitive

View File

@ -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

View File

@ -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>