From 1c06064a29f414e6b0ced039ee984be3e628d908 Mon Sep 17 00:00:00 2001 From: BackIsBachus Date: Mon, 16 May 2016 16:42:11 +0200 Subject: [PATCH 1/2] Add another row if more than 5 social profiles. Same for 10 --- src/partials/profile.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/partials/profile.html b/src/partials/profile.html index fa0f631..34cf270 100644 --- a/src/partials/profile.html +++ b/src/partials/profile.html @@ -19,7 +19,16 @@ From fcd131b06291657053a98c8383e548787dde778f Mon Sep 17 00:00:00 2001 From: BackIsBachus Date: Mon, 16 May 2016 16:42:54 +0200 Subject: [PATCH 2/2] Bump to 0.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b1ea81e..ac1ed33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fresh-theme-elegant", - "version": "0.1.2", + "version": "0.1.3", "description": "Responsive resume theme for FRESH using using the Elegant theme from JSON-Resume.", "repository": { "type": "git",