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

github.com/nurlansu/hugo-sustain.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNurlan Su <nurlansu@users.noreply.github.com>2017-02-12 06:28:35 +0300
committerNurlan Su <nurlansu@users.noreply.github.com>2017-02-12 06:28:35 +0300
commitc7ab6b4eb6207d64bd6b99dc4174ff9f7c2830a5 (patch)
tree76d023922852fd8f3499e13090ff18882a784938
parent4c70e94f9f26f772ba23f8ed2eb231deba57802b (diff)
🔥 Fixed demo site links
-rw-r--r--README.md2
-rw-r--r--layouts/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2a60585..ae0792c 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
********************
-<p align="center"><b><a href="https://demo.nurlan.co/themes/hugo-sustain/">Sustain Live Demo</a></b></p>
+<p align="center"><b><a href="https://demo.nurlan.co/hugo-sustain/">Sustain Live Demo</a></b></p>
## Installation
diff --git a/layouts/index.html b/layouts/index.html
index 43fcdae..3f567db 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -10,7 +10,7 @@
<h3>I'm <strong>{{ .Site.Params.author }}</strong>, a Software Engineer.</h3>
<h3>I love all things computer science and maths.</h3>
<h3>Have a look at some of my working <a href="{{ .Site.BaseURL }}projects/"> projects</a>.</h3>
- <h3>For more check out my academic &amp; professional <a href="http://biomadeira.github.io/vitae">Resume</a>.</h3>
+ <h3>For more check out my academic &amp; professional <a href="https://demo.nurlan.co/hugo-vitae/">resume</a>.</h3>
<h3>Contact me at <a href="http://twitter.com/{{ .Site.Params.Social.Twitter }}">@{{ .Site.Params.Social.Twitter }}</a> or by <a href="mailto:{{ .Site.Params.Social.Email }}">email</a>.</h3>
{{ partial "social.html" . }}
</div>