From e9c7cc5c2fdc70603571516137d85bfaefbd4390 Mon Sep 17 00:00:00 2001
From: Dmitry Verkhoturov <paskal.07@gmail.com>
Date: Fri, 20 Apr 2018 08:10:13 +0000
Subject: [PATCH] set defaults for unset variables, trim trailing spaces

---
 README.md |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 8f0fcee..eb60fc7 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@
 
 ##### Use your own video
 
-Add your video to the `static` folder and change `file` to the location of your video accordingly. Make sure you delete `youtubeId` or comment it out. 
+Add your video to the `static` folder and change `file` to the location of your video accordingly. Make sure you delete `youtubeId` or comment it out.
 
 ```toml
 [[params.visual.image]]
@@ -64,7 +64,7 @@
 
 ##### Use a YouTube video
 
-Get the ID of the YouTube video and add it to `youtubeId`. Make sure you delete `file` or comment it out. 
+Get the ID of the YouTube video and add it to `youtubeId`. Make sure you delete `file` or comment it out.
 
 ```toml
 [[params.visual.image]]
@@ -105,15 +105,15 @@
 [[params.links]]
   [params.links.list1]
     heading = "Connect"
-  
+
     [[params.links.list1.link]]
       text = "Blog"
       url = "#"
-  
+
     [[params.links.list1.link]]
       text = "Email"
       url = "#"
-  
+
     [[params.links.list1.link]]
       text = "Newsletter"
       url = "#"

--
Gitblit v1.10.0