Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/authors/example-author/_index.md6
-rw-r--r--exampleSite/content/authors/hugo-authors/_index.md6
2 files changed, 6 insertions, 6 deletions
diff --git a/exampleSite/content/authors/example-author/_index.md b/exampleSite/content/authors/example-author/_index.md
index 31b1b66..093095b 100644
--- a/exampleSite/content/authors/example-author/_index.md
+++ b/exampleSite/content/authors/example-author/_index.md
@@ -12,17 +12,17 @@ avatar = "images/avatar.jpg"
[[social]]
icon = "envelope"
icon_pack = "fas"
- link = "mailto:example@example.com"
+ url = "mailto:example@example.com"
[[social]]
icon = "twitter"
icon_pack = "fab"
- link = "https://example.com/"
+ url = "https://example.com/"
[[social]]
icon = "github"
icon_pack = "fab"
- link = "https://example.com/"
+ url = "https://example.com/"
+++
diff --git a/exampleSite/content/authors/hugo-authors/_index.md b/exampleSite/content/authors/hugo-authors/_index.md
index f5ae50c..aa22950 100644
--- a/exampleSite/content/authors/hugo-authors/_index.md
+++ b/exampleSite/content/authors/hugo-authors/_index.md
@@ -12,17 +12,17 @@ shortContent = "Example Short Content"
[[social]]
icon = "envelope"
icon_pack = "fas"
- link = "mailto:example@example.com"
+ url = "mailto:example@example.com"
[[social]]
icon = "twitter"
icon_pack = "fab"
- link = "https://example.com/"
+ url = "https://example.com/"
[[social]]
icon = "github"
icon_pack = "fab"
- link = "https://example.com/"
+ url = "https://example.com/"
+++