Link fixes and gitignore
This commit is contained in:
parent
ed2a4ba0b4
commit
01efbaae30
3 changed files with 6 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,4 @@
|
|||
_site/
|
||||
.sass-cache/
|
||||
jceGrade.pro.user
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ description: > # this means to ignore newlines until "email:"
|
|||
Free Your Academic Data
|
||||
|
||||
url: "" # the base hostname & protocol for your site
|
||||
fullurl: http://liranbg.github.io/JceManager
|
||||
baseurl: /JceManager
|
||||
|
||||
email: sagidayan@gmail.com
|
||||
|
|
|
@ -116,9 +116,9 @@
|
|||
<h5 class="index-headline featured"><span>Supported by</span></h5>
|
||||
<footer class="site-footer">
|
||||
<section class="poweredby">Proudly published with <a href="http://jekyllrb.com"> Jekyll</a></section>
|
||||
<a class="subscribe" href="{{ "/feed.xml" | prepend: site.baseurl }}"> <span class="tooltip"> <i class="fa fa-rss"></i> You should subscribe to my feed.</span></a>
|
||||
<a class="subscribe" href="{{ "/feed.xml" | prepend: site.baseurl }}"> <span class="tooltip"> <i class="fa fa-rss"></i> Get Updated As Soon As Possible.</span></a>
|
||||
<div class="inner">
|
||||
<section class="copyright">All content copyright <a href="{{@blog.url}}/{{ site.baseurl }}">{{site.author}}</a> © 2014<br>All rights reserved.</section>
|
||||
<section class="copyright">All content copyright <a href="http://liranbg.github.io/JceManager">{{site.author}}</a> © 2014<br>All rights reserved.</section>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
@ -132,7 +132,7 @@
|
|||
<div class="inner">
|
||||
<h1 class="blog-title">{{ site.title }}</h1>
|
||||
<h2 class="blog-description">{{ site.description }}</h2>
|
||||
<a href="{{@blog.url}}/{{ site.baseurl }}" class="btn">Back to Overview</a>
|
||||
<a href="http://liranbg.github.io/JceManager" class="btn">Back to Overview</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue