Browse Source

Single line

Bob Mottram 9 years ago
parent
commit
11205d982c
No account linked to committer's email
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/freedombone-mesh-blog

+ 2
- 2
src/freedombone-mesh-blog View File

92
     echo  '' >> ~/.new-blog-entry
92
     echo  '' >> ~/.new-blog-entry
93
     echo $'Add your text here' >> ~/.new-blog-entry
93
     echo $'Add your text here' >> ~/.new-blog-entry
94
     echo  '' >> ~/.new-blog-entry
94
     echo  '' >> ~/.new-blog-entry
95
-    echo $'To include an image copy it into the ~/CreateBlog/content/images directory,' >> ~/.new-blog-entry
96
-    echo $'Then link to it with:' >> ~/.new-blog-entry
95
+    echo -n $'To include an image copy it into the ~/CreateBlog/content/images directory, ' >> ~/.new-blog-entry
96
+    echo $'then link to it with:' >> ~/.new-blog-entry
97
     echo  '' >> ~/.new-blog-entry
97
     echo  '' >> ~/.new-blog-entry
98
     echo $'![My image]({filename}images/myimage.jpg)' >> ~/.new-blog-entry
98
     echo $'![My image]({filename}images/myimage.jpg)' >> ~/.new-blog-entry
99
     echo  '' >> ~/.new-blog-entry
99
     echo  '' >> ~/.new-blog-entry