about summary refs log tree commit diff stats
path: root/webblog
diff options
context:
space:
mode:
Diffstat (limited to 'webblog')
-rwxr-xr-xwebblog2
1 files changed, 2 insertions, 0 deletions
diff --git a/webblog b/webblog
index ff67fa1..a32b260 100755
--- a/webblog
+++ b/webblog
@@ -28,6 +28,8 @@ for(i in $posts){
 
 echo '<link rel="stylesheet" href="/style.css">'  >  $o'/'index.html
 echo '<title>fulton.software blog</title>'  >>  $o'/'index.html
+echo '<h1>Fulton''s blog</h1>'  >>  $o'/'index.html
+
 for(i in $posts){
 	name=`{gettitle $i}
 	echo '<a href="'$i'.html">'$"name'</a> <br>' >>  $o'/'index.html