From 909b0809bf18c969fc759b7be892d0e5d2ec7e24 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Thu, 27 Jun 2019 01:38:01 -0400 Subject: [PATCH] Add instagram link --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index 64d1373..08af86d 100644 --- a/config.toml +++ b/config.toml @@ -16,6 +16,9 @@ uglyUrls = true [[params.social]] name = "github" url = "https://github.com/correl" + [[params.social]] + name = "instagram" + url = "https://www.instagram.com/correlroush/" [permalinks] blog = "/:year/:month/:day/:title"