From 54a3d8542136390010137abff3763f64833ba01d Mon Sep 17 00:00:00 2001 From: Leo Hofer <33592977+lumagician@users.noreply.github.com> Date: Fri, 11 Mar 2022 16:16:29 +0100 Subject: [PATCH] removed incorrect indentations (#815) --- content/posts/papermod/papermod-features/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/papermod/papermod-features/index.md b/content/posts/papermod/papermod-features/index.md index 00a57eb3..6692ac15 100644 --- a/content/posts/papermod/papermod-features/index.md +++ b/content/posts/papermod/papermod-features/index.md @@ -117,9 +117,9 @@ params: socialIcons: # optional - name: "" - url: "" + url: "" - name: "" - url: "" + url: "" ``` ex. [config.yml#L106](https://github.com/adityatelange/hugo-PaperMod/blob/exampleSite/config.yml#L106)