Skip to content

Commit

Permalink
demo: add homepage SEO example
Browse files Browse the repository at this point in the history
  • Loading branch information
gcushen committed Oct 4, 2021
1 parent c871411 commit 664e9de
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions exampleSite/content/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
# Homepage SEO
title:
summary:
type: widget_page
---
2 changes: 1 addition & 1 deletion exampleSite/content/publication/conference-paper/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ links:
- name: Custom Link
url: http://example.org
url_pdf: http://eprints.soton.ac.uk/352095/1/Cushen-IMV2013.pdf
url_code: '#'
url_code: 'https://github.com/wowchemy/wowchemy-hugo-themes'
url_dataset: '#'
url_poster: '#'
url_project: ''
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/publication/journal-article/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ featured: false
# - name: ""
# url: ""
url_pdf: http://arxiv.org/pdf/1512.04133v1
url_code: ''
url_code: 'https://github.com/wowchemy/wowchemy-hugo-themes'
url_dataset: ''
url_poster: ''
url_project: ''
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/publication/preprint/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ links:
- name: Custom Link
url: http://example.org
url_pdf: http://arxiv.org/pdf/1512.04133v1
url_code: '#'
url_code: 'https://github.com/wowchemy/wowchemy-hugo-themes'
url_dataset: '#'
url_poster: '#'
url_project: ''
Expand Down

0 comments on commit 664e9de

Please sign in to comment.