cv-website

Personal website and CV
git clone https://git.in0rdr.ch/cv-website.git
Log | Files | Refs | Pull requests | README | LICENSE

commit d1145e7147aa6566b5d68a64cd4a448ba5b9650f
parent 8060493cbbdcdb51e9ab5fda94a2bf217aff2281
Author: Heiswayi Nrird <hnrird@gmail.com>
Date:   Thu, 12 Jul 2018 22:48:18 +0800

Fixed missing typos

Diffstat:
Mindex.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html @@ -19,7 +19,7 @@ title: Home {% endunless %} <article class="post-item"> <span class="post-meta date-label">{{ post.date | date: "%b %d" }}</span> - <div class="article-title"><a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></div> + <div class="article-title"><a class="post-link" href="{{ post.url | prepend: site.baseurl | prepend: site.url }}">{{ post.title }}</a></div> </article> {% endfor %} </div>