add fb og meta tags values for home

This commit is contained in:
Ayo 2018-03-05 22:37:35 +08:00
parent 4143ef4597
commit ec17657bac
2 changed files with 3 additions and 6 deletions

View file

@ -4,12 +4,6 @@ layout: default
<div class="home"> <div class="home">
{% if page.title %}
<h1 class="page-heading">{{ page.title }}</h1>
{% endif %}
{{ content }}
{% if site.posts.size > 0 %} {% if site.posts.size > 0 %}
<h2 class="post-list-heading">{{ page.list_title }}</h2> <h2 class="post-list-heading">{{ page.list_title }}</h2>
<ul class="post-list"> <ul class="post-list">

View file

@ -5,4 +5,7 @@
layout: home layout: home
type: home type: home
title: "Full Hacker: Web Development and Productivity Hacks"
description: "Full hacker is a place to learn new web development and productivity hacks."
image: "hello-world.jpg"
--- ---