diff --git a/_config.yml b/_config.yml index 5aa383912..14810b9ac 100644 --- a/_config.yml +++ b/_config.yml @@ -120,13 +120,13 @@ author_blurb_image: "/img/author.png" # Social Buttons # ################## social: - - title: "github" + - icon: "github" url: "https://github.com/le4ker/personal-jekyll-theme" - - title: "linkedin-in" + - icon: "linkedin-in" url: "https://www.linkedin.com" - - title: "x-twitter" + - icon: "x-twitter" url: "https://twitter.com/" - - title: "rss" + - icon: "rss" url: "https://le4ker.github.io/personal-jekyll-theme/feed.xml" ############ # 404 page # diff --git a/_includes/head.html b/_includes/head.html index 405c6a963..75da61800 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,7 +1,6 @@ - @@ -29,7 +28,7 @@ {% if site.favicon %} - - {% endif %} - - {% if page.url == "/404.html" | prepend: {{site.baseurl}} %} - - {% endif %} - - {% include web-app.html %} - - {% include color-browser.html %} - - {% include syntax-highlight.html %} - - {% if site.google-tracking-id %} - - - - + - - - - - - - + }); + + + + + + + + {% endif %} diff --git a/_includes/social-buttons.html b/_includes/social-buttons.html index 93ef6fab2..1faefe31c 100644 --- a/_includes/social-buttons.html +++ b/_includes/social-buttons.html @@ -2,16 +2,16 @@