diff --git a/_config.yml b/_config.yml index f28c337..5a92ba5 100644 --- a/_config.yml +++ b/_config.yml @@ -2,6 +2,9 @@ title: Notepad Tab tagline: A simple, secure and private note taking tool description: Write down anything and have it automatically persisted in the address bar and in the browser's history. Easily back up or share any note by simply copy and pasting the URL. url: https://notepadtab.com +author: + name: Iulian Onofrei + url: https://iulianonofrei.com # Disabled due to https://github.com/rubygems/rubygems/issues/7652 # theme: minima diff --git a/_includes/footer.html b/_includes/footer.html deleted file mode 100644 index 9c230ab..0000000 --- a/_includes/footer.html +++ /dev/null @@ -1,24 +0,0 @@ - diff --git a/_sass/minima/custom-styles.scss b/_sass/minima/custom-styles.scss index 79b3040..f98a5b7 100644 --- a/_sass/minima/custom-styles.scss +++ b/_sass/minima/custom-styles.scss @@ -149,4 +149,8 @@ body { } } } + + .feed-subscribe, .contact-list, .footer-col > p { + display: none; + } }