diff options
-rw-r--r-- | settings.cfg | 4 | ||||
-rw-r--r-- | template.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/settings.cfg b/settings.cfg index 78e207c..64b3721 100644 --- a/settings.cfg +++ b/settings.cfg @@ -6,8 +6,8 @@ title = index header = <h1>Index</h1> src = content/index.txt [portfolio] -title = daniel's portfolio -header = <h1>Portfolio</h1> +title = daniel's projects +header = <h1>Projects</h1> src = content/portfolio.txt [blog] title = daniel's blog diff --git a/template.txt b/template.txt index a6fd251..5c21d24 100644 --- a/template.txt +++ b/template.txt @@ -24,7 +24,7 @@ div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding- <body> <div class="middle"> <h1>danieljon.es</h1>free of Javascript, minimal CSS.<br><br> -<a href="/">index</a> <a href="/blog">blog</a> <a href="/portfolio.html">portfolio</a> <a href="https://git.danieljon.es">git</a> +<a href="/">index</a> <a href="/blog">blog</a> <a href="/portfolio.html">projects</a> <a href="https://git.danieljon.es">git</a> {INFO} </div> <div class="content"> |