add fb og meta tags values for home
This commit is contained in:
parent
4143ef4597
commit
ec17657bac
2 changed files with 3 additions and 6 deletions
|
@ -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">
|
||||||
|
|
3
index.md
3
index.md
|
@ -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"
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue