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

github.com/jweslley/hugo-conference.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonhnny Weslley <jw@jonhnnyweslley.net>2017-10-31 04:30:33 +0300
committerJonhnny Weslley <jw@jonhnnyweslley.net>2017-10-31 04:30:33 +0300
commit6ec570a58df02736e5ff59ba32b5401b0664cfaf (patch)
treec9b30aa55bedf33435ce7a9c25361fda9f3dcbb4
parent3ed9671eba172e6e4d029e3502e15172792a7d69 (diff)
remove eventtick reference
-rw-r--r--exampleSite/config.yml8
-rw-r--r--exampleSite/static/img/sponsor.pngbin2090 -> 0 bytes
2 files changed, 4 insertions, 4 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml
index 0e1e89a..d017dc7 100644
--- a/exampleSite/config.yml
+++ b/exampleSite/config.yml
@@ -42,7 +42,7 @@ params:
# If you don't want this, just remove the callToAction property.
CallToAction:
text: "Register now!"
- link: "http://eventick.com.br"
+ link: "http://register.example.com"
# Fork me on GitHub, if you don't want this, just remove the forkButton property
ForkButton:
@@ -50,9 +50,9 @@ params:
# List of Sponsors
Sponsors:
- - name: "Eventick"
- logo: "/img/sponsor.png"
- url: "http://eventick.com.br"
+ - name: "Hugo"
+ logo: "/img/hugo.png"
+ url: "http://gohugo.io"
# List of Partners
Partners:
diff --git a/exampleSite/static/img/sponsor.png b/exampleSite/static/img/sponsor.png
deleted file mode 100644
index e438e6e..0000000
--- a/exampleSite/static/img/sponsor.png
+++ /dev/null
Binary files differ