diff --git a/README.html b/README.html index 47bff594..9b3f5f3e 100644 --- a/README.html +++ b/README.html @@ -1,3 +1,4 @@ -
12 He that hath the Son hath life; and he that hath not the Son of God hath not life. 13 These things have I written unto you that believe on the name of the Son of God; that ye may know that ye have eternal life, and that ye may believe on the name of the Son of God.
- +1 John 5:12-13 +12 He that hath the Son hath life; and he that hath not the Son of God hath not life. 13 These things have I written unto you that believe on the name of the Son of God; that ye may know that ye have eternal life, and that ye may believe on the name of the Son of God. + +Monday 03-May, 2021 diff --git a/README.md b/README.md index bd267802..f8b4378b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#### 1 John 5:12-13 +**1 John 5:12-13** 12 He that hath the Son hath life; and he that hath not the Son of God hath not life. 13 These things have I written unto you that believe on the name of the Son of God; that ye may know that ye have eternal life, and that ye may believe on the name of the Son of God. diff --git a/src/today.sh b/src/today.sh index 1497a0f8..cb9c9162 100755 --- a/src/today.sh +++ b/src/today.sh @@ -85,12 +85,13 @@ VERSES=$(bash <(curl -s https://raw.githubusercontent.com/getbible/getverse/mast NAME=$(bash <(curl -s https://raw.githubusercontent.com/getbible/getverse/master/src/name.sh) "${VERSE}") #████████████████████████████████████████████ SET TODAY'S SCRIPTURE IN HTML ███ -HTML="${VERSES//$'\n'/ }
-" +HTML="${NAME} +${VERSES//$'\n'/ } + +${TODAY}" #████████████████████████████████████████ SET TODAY'S SCRIPTURE IN MARKDOWN ███ -MARKDOWN="#### ${NAME} +MARKDOWN="**${NAME}** ${VERSES//$'\n'/ }