diff --git a/content/authors/admin/_index.md b/content/authors/admin/_index.md index c513377..e2d3191 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 f489e86..8cb7b49 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 ee58fd7..26f3a32 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=