about summary refs log tree commit diff stats
path: root/webblog
diff options
context:
space:
mode:
authorFulton Browne <git@fulton.software>2021-05-28 15:28:18 +0000
committerFulton Browne <git@fulton.software>2021-05-28 15:28:18 +0000
commit94bf6b9d08bfeaf8e5e08b0e5c9db413aa0c0523 (patch)
tree4ebaec342d28ea4d9a748239b87a74055dba07d0 /webblog
parent598addf2fe5994c8c237a853a206004163da99f0 (diff)
downloadg9srv-94bf6b9d08bfeaf8e5e08b0e5c9db413aa0c0523.tar.gz
fast script HEAD master
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