diff --git a/_includes/head.html b/_includes/head.html index 73b6fcc..005cb8c 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -39,7 +39,6 @@ - diff --git a/_site/computer-science-blog/index.html b/_site/computer-science-blog/index.html index 48e9331..a5a6b45 100644 --- a/_site/computer-science-blog/index.html +++ b/_site/computer-science-blog/index.html @@ -41,7 +41,6 @@ - diff --git a/_site/index.html b/_site/index.html index a74eff5..24b5f3b 100644 --- a/_site/index.html +++ b/_site/index.html @@ -41,7 +41,6 @@ - diff --git a/_site/luhn-algorithm/index.html b/_site/luhn-algorithm/index.html index 3f60b60..7d80d6c 100644 --- a/_site/luhn-algorithm/index.html +++ b/_site/luhn-algorithm/index.html @@ -41,7 +41,6 @@ - @@ -114,6 +113,8 @@
+ +

Validate Your Number

diff --git a/luhn-algorithm/index.md b/luhn-algorithm/index.md index 0349c28..de8f9af 100644 --- a/luhn-algorithm/index.md +++ b/luhn-algorithm/index.md @@ -6,6 +6,7 @@ icon: credit_card --- + # Validate Your Number