diff --git a/_config.yml b/_config.yml index e0c1b98..17f3302 100755 --- a/_config.yml +++ b/_config.yml @@ -13,6 +13,15 @@ logo: footer: copyright_text: 'Free Jekyll theme by www.zerostatic.io' +seo: + meta_og_type: "website" + meta_og_url: "https://jekyll-serif-theme.netlify.app" + meta_og_image: "https://raw.githubusercontent.com/JugglerX/jekyll-serif-theme/master/images/tn.png" + meta_og_description: "Jekyll Serif is a modern business theme for Hugo. It contains content types for the archetypical business website. The theme is fully responsive, blazing fast and artfully illustrated." + meta_twitter_card: "summary" + meta_twitter_site: "@zerostaticio" + meta_twitter_creator: "@zerostaticio" + collections: services: output: true @@ -37,4 +46,3 @@ sass: plugins: - jekyll-environment-variables - diff --git a/_includes/footer.html b/_includes/footer.html index 7c892e3..3cf4d09 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -8,7 +8,7 @@ {% assign footermenu = site.data.menus.footer | sort: 'weight' %} {% for item in footermenu %}
  • - {{ item.name }} + {{ item.name }}
  • {% endfor %} diff --git a/_includes/hamburger.html b/_includes/hamburger.html index a6d7de9..eeff587 100644 --- a/_includes/hamburger.html +++ b/_includes/hamburger.html @@ -1,4 +1,4 @@ -