diff options
author | Daniel Jones <daniel@danieljon.es> | 2017-12-31 23:41:13 -0500 |
---|---|---|
committer | Daniel Jones <daniel@danieljon.es> | 2017-12-31 23:41:13 -0500 |
commit | f294bbb7b5fcb32269e8cbc6aee0a9c8f163086a (patch) | |
tree | c735ddb2c0af9cf0e0ba01d2f713c9c559f76ad1 | |
parent | 39d1ce645b15b100266d1cee6cfec9897db1de44 (diff) | |
download | website-f294bbb7b5fcb32269e8cbc6aee0a9c8f163086a.tar.gz website-f294bbb7b5fcb32269e8cbc6aee0a9c8f163086a.zip |
changed portfolio->projects, portfolio sounds too up-my-own-ass for what's there. left the html file named as it is, will probably change back one day
-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"> |