From cfad05b6a02970de49ef8cdab71d64ed42173c9a Mon Sep 17 00:00:00 2001 From: Michael Romero Date: Mon, 27 Mar 2017 23:41:41 -0700 Subject: [PATCH] Move social.toml data file to theme folder Move social.toml data file to theme folder so an end user doesn't accidentally override the theme's social icons with their own social data. Effectively puts the social.toml data in the theme's namespace. --- data/{ => beautifulhugo}/social.toml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename data/{ => beautifulhugo}/social.toml (100%) diff --git a/data/social.toml b/data/beautifulhugo/social.toml similarity index 100% rename from data/social.toml rename to data/beautifulhugo/social.toml