diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-01 13:21:51 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:04 +0100 |
| commit | 34c9b6f6c74a18714c1a4610ef10c201add3d849 (patch) | |
| tree | 8a9cd0fad1cab2eba6a7dafbb6fdd14bbc05e47c | |
| parent | 284e83bca22141d4dd012cfcd084dab912662ce6 (diff) | |
add notice about reading on and to visit my site
| -rwxr-xr-x | buetow.org.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buetow.org.sh b/buetow.org.sh index a08069ba..4874609d 100755 --- a/buetow.org.sh +++ b/buetow.org.sh @@ -44,7 +44,7 @@ local meta_date=$now local meta_author="$AUTHOR" local meta_email=$EMAIL local meta_title="$title" -local meta_summary="$summary" +local meta_summary="$summary. .....to read on please visit my site." META git add $meta_file return |
