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:
authorWang Chucheng <ccwangchn@gmail.com>2020-10-21 12:16:12 +0300
committerWang Chucheng <ccwangchn@gmail.com>2020-10-21 12:16:12 +0300
commit52cfed47795d116a8cfe9a4388d83ac5e99124f9 (patch)
tree9a10eb8f37286334450732c189ddce7ad44fdd67 /exampleSite
parent2275de9e5b546a5afc02a49b7459d46d015000af (diff)
refactor: use url instead of link
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/"
+++