From 9b3f131a8de82125f6f577fb40e7df4443dcabcf Mon Sep 17 00:00:00 2001 From: Felix Boerner <ich@felix-boerner.de> Date: Wed, 23 May 2018 17:46:36 +0000 Subject: [PATCH] feat: rename author variable name --- README.md | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6720637..80f3cf6 100644 --- a/README.md +++ b/README.md @@ -122,10 +122,10 @@ ### Add metadata -`name` and `description` metadata helps search engines with how to display your site in search results. `shareImage` and `twitterHandle` help improves how your content is displayed when your site is shared across social media sites. +`author` and `description` metadata helps search engines with how to display your site in search results. `shareImage` and `twitterHandle` help improves how your content is displayed when your site is shared across social media sites. ```toml -name = "Jenny Jones" +author = "Jenny Jones" description = "Split is a centrally-divided layout for a professional online presence with a big image or video left with alongside content." shareImage = "images/social.jpg" twitterHandle = "onepagelove" -- Gitblit v1.10.0