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

github.com/epistemehealth/health-science-journal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEpisteme Health Inc <ehi-git@epistemehealth.com>2020-07-24 06:15:56 +0300
committerEpisteme Health Inc <ehi-git@epistemehealth.com>2020-07-24 06:15:56 +0300
commit47a6f7377391706cc8ea83acad4bac11541a8eba (patch)
tree578962f5cecbc317156fb0e5b95625749c26d2a4
parentb499c90facdd3fddc7b15bd079cf4e7750a32868 (diff)
demo update footer
Hosting the demo on Netlify subdomain - remove reference to cloudflare.
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 5508d1a..c1c7de9 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -44,7 +44,7 @@ theme = "health-science-journal"
## Custom blocks for the footer
customblocks = [{ name = "Custom Block", content = "Website footer custom block."},
{name = "License", content = "This theme is adapted from the [Health Sciences Theme](https://github.com/pkp/healthsciences) by the Public Knowledge Project under a GPL license. It is released under a GPL3 license."},
- {name = "Privacy Notice", content = "The only user information collected from this website is in the form of log files generated by [DNS](https://cloudflare.com) and [hosting providers](https://www.netlify.com/privacy/)."},
+ {name = "Privacy Notice", content = "The only user information collected from this website is in the form of log files generated the site's [hosting provider](https://www.netlify.com/privacy/)."},
{name = "Contact Us", content = "Hugo theme development by [Shaun Khoo](https://orcid.org/0000-0002-0972-3788), at [Episteme Health Inc](https://about.epistemehealth.com)."}]
footercontent = "Footer content."