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

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/authors/admin/_index.md6
-rw-r--r--go.mod4
-rw-r--r--go.sum6
3 files changed, 5 insertions, 11 deletions
diff --git a/content/authors/admin/_index.md b/content/authors/admin/_index.md
index c5133776..e2d31915 100644
--- a/content/authors/admin/_index.md
+++ b/content/authors/admin/_index.md
@@ -2,10 +2,6 @@
# Display name
title: Nelson Bighetti
-# Username (this should match the folder name)
-authors:
-- admin
-
# Is this the primary user of the site?
superuser: true
@@ -44,7 +40,7 @@ education:
social:
- icon: envelope
icon_pack: fas
- link: '#contact' # For a direct email link, use "mailto:test@example.org".
+ link: '/#contact' # For a direct email link, use "mailto:test@example.org".
- icon: twitter
icon_pack: fab
link: https://twitter.com/GeorgeCushen
diff --git a/go.mod b/go.mod
index f489e866..8cb7b498 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,6 @@ module github.com/wowchemy/starter-academic
go 1.15
require (
- github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201008203720-98d093a07301 // indirect
- github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201008203720-98d093a07301 // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201016182837-be0fa17ac006 // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201016182837-be0fa17ac006 // indirect
)
diff --git a/go.sum b/go.sum
index ee58fd78..26f3a322 100644
--- a/go.sum
+++ b/go.sum
@@ -1,4 +1,2 @@
-github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201008203720-98d093a07301 h1:YjpiJZ9UiNs57P5cIsBooWl8W0i5vmw1udoamdxonYs=
-github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201008203720-98d093a07301/go.mod h1:TU3QDPUdBSQnvDP5QVCwjAkBIdVMS/bKFA8jr3eI5AY=
-github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201008203720-98d093a07301 h1:GinasQHy9ehJ5aD1dMdsL6ZzMx9EHk2u7lzeFbUOyE4=
-github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201008203720-98d093a07301/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
+github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201016182837-be0fa17ac006/go.mod h1:TU3QDPUdBSQnvDP5QVCwjAkBIdVMS/bKFA8jr3eI5AY=
+github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201016182837-be0fa17ac006/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=