_layouts/home.html in jekyll-theme-simple-texture-0.1.0 vs _layouts/home.html in jekyll-theme-simple-texture-0.1.1
- old
+ new
@@ -7,11 +7,11 @@
<html class="no-js" lang="{{ site.lang }}">
<!--<![endif]-->
<head>
{% include common/meta.html %}
- <link href='/assets/stylesheets/home.css' rel="stylesheet" type="text/css">
+ <link href='{{ site.baseurl }}/assets/stylesheets/home.css' rel="stylesheet" type="text/css">
{% include common/libraries.html %}
</head>
<body>
<ul id="menu">
@@ -22,22 +22,22 @@
<div id="section0" class="section" data-name="bio">
{% include common/notices.html %}
<div class="headings animated fadeInLeft">
- {% if site.home.h1 %}<h1><span>{{ site.home.h1 }}</span></h1>{% endif %}
- {% if site.home.h2 %}<h2><span>{{ site.home.h2 }}</span></h2>{% endif %}
- {% if site.home.h3 %}<h3><span>{{ site.home.h3 }}</span></h3>{% endif %}
+ {% if site.home.section1 %}{{ site.home.section1 }}{% endif %}
+ {% if site.home.section2 %}{{ site.home.section2 }}{% endif %}
+ {% if site.home.section3 %}{{ site.home.section3 }}{% endif %}
</div>
<a class="btn-continue animated bounce" data-ga="More" href="#social"></a>
</div>
<div id="section1" class="section" data-name="social">
<h1 class="animated hidden">
- <a class="btn-enter btn-light" data-ga="Enter Blog" href="{{ site.paths.blog }}">{{ site.data.i18n[site.lang].enter_blog }}</a>
+ <a class="btn-enter btn-light" data-ga="Enter Blog" href="{{ site.paths.blog | relative_url }}">{{ site.data.i18n[site.lang].enter_blog }}</a>
</h1>
<div class="social-links animated hidden">
- <a class="btn-light ico-rss" href="/feed.xml" rel="me" target="_blank" title="feed"></a>
+ <a class="btn-light ico-rss" href="{{ site.baseurl }}/feed.xml" rel="me" target="_blank" title="feed"></a>
{% if site.author.email %}
<a class="btn-light ico-gmail" href="mailto:{{ site.author.email }}" rel="me" target="_blank" title="email"></a>
{% endif %}
{% for link in site.author.social_links %}
{% if link.url %}
\ No newline at end of file