File tree Expand file tree Collapse file tree 8 files changed +23
-23
lines changed Expand file tree Collapse file tree 8 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 99 ( document . getElementsByTagName ( 'head' ) [ 0 ] || document . getElementsByTagName ( 'body' ) [ 0 ] ) . appendChild ( dsq ) ;
1010 } ) ( ) ;
1111 </ script >
12- < noscript > Please enable JavaScript to view the < a href ="http ://disqus.com/?ref_noscript "> comments powered by Disqus.</ a > </ noscript >
13- < a href ="http ://disqus.com " class ="dsq-brlink "> comments powered by < span class ="logo-disqus "> Disqus</ span > </ a >
14- </ section >
12+ < noscript > Please enable JavaScript to view the < a href ="https ://disqus.com/?ref_noscript "> comments powered by Disqus.</ a > </ noscript >
13+ < a href ="https ://disqus.com " class ="dsq-brlink "> comments powered by < span class ="logo-disqus "> Disqus</ span > </ a >
14+ </ section >
Original file line number Diff line number Diff line change 11< footer id ="footer ">
2- < p class ="small "> © Copyright {{ site.time | date: '%Y' }} {{ site.author }} [under construction ]</ p >
2+ < p class ="small "> © Copyright {{ site.time | date: '%Y' }} {{ site.author }} [vanessasaurus ]</ p >
33</ footer >
Original file line number Diff line number Diff line change 11< nav class ="main-nav ">
22 {% if page.url != "/index.html" %}
3- < a href ="{{ site.baseurl }} "> < span class ="arrow "> </ span > home </ a >
3+ < a href ="https://vsoch.github.io/ "> < span class ="arrow "> </ span > home </ a >
44 {% endif %}
55
66 {% if page.url != "/about/" %}
77 {% if site.aboutPage %}
8- < a href ="{{ site.baseurl }} about "> about </ a >
8+ < a href ="https://vsoch.github.io/ about "> about </ a >
99 {% endif %}
1010 {% endif %}
1111 {% if page.url != "/work/" %}
12- < a href ="{{ site.baseurl }} work "> work </ a >
12+ < a href ="https://vsoch.github.io/ work "> work </ a >
1313 {% endif %}
14- < a href ="{{ site.baseurl }} rawr "> rawr </ a >
15- < a class ="cta " href ="{{ site.baseurl }} feed.xml "> rss</ a >
14+ < a href ="https://vsoch.github.io/ rawr "> rawr </ a >
15+ < a class ="cta " href ="https://vsoch.github.io/ feed.xml "> rss</ a >
1616 < a href ="# " onclick ="searchToggle() "> < i class ="fa fa-search "> </ i > </ a >
1717</ nav >
Original file line number Diff line number Diff line change 22 {% if paginator.previous_page %}
33 < span class ="prev ">
44 {% if paginator.previous_page == 1 %}
5- < a href ="{{ site.baseurl }} " title ="Previous Page ">
5+ < a href ="https://vsoch.github.io/ " title ="Previous Page ">
66 < span class ="arrow "> ←</ span > Newer Posts
77 </ a >
88 {% else %}
9- < a href ="{{ site.baseurl }} page{{ paginator.previous_page }}/ ">
9+ < a href ="https://vsoch.github.io/ page{{ paginator.previous_page }}/ ">
1010 < span class ="arrow "> ←</ span > Newer Posts
1111 </ a >
1212 {% endif %}
1313 </ span >
1414 {% endif %}
1515 {% if paginator.next_page %}
1616 < span class ="next ">
17- < a href ="{{ site.baseurl }} page{{ paginator.next_page }}/ ">
17+ < a href ="https://vsoch.github.io/ page{{ paginator.next_page }}/ ">
1818 Older Posts < span class ="arrow "> →</ span >
1919 </ a >
2020 </ span >
2121 {% endif %}
22- </ nav >
22+ </ nav >
Original file line number Diff line number Diff line change 11< ul id ="post-list ">
22 {% for post in paginator.posts %}
33 < li >
4- < a href ="{{ site.baseurl }} {{ post.url | remove_first: '/' }} "> < aside class ="dates "> {{ post.date | date:"%b %d" }}</ aside > </ a >
4+ < a href ="https://vsoch.github.io/ {{ post.url | remove_first: '/' }} "> < aside class ="dates "> {{ post.date | date:"%b %d" }}</ aside > </ a >
55 < h2 style ="padding-top:40px;font-weight:600 "> < a href ="{{ site.baseurl }}{{ post.url | remove_first: '/' }} "> {{ post.title }} </ h2 > </ a >
66 < p > {{ post.content }} ·</ p >
77 {% for tag in post.tags %}
8- < a href ="{{ site.baseurl }} tag/{{ tag }} "> < button class ="btn btn-default btn-xs "> {{ tag }}</ button > </ a >
8+ < a href ="https://vsoch.github.io/ tag/{{ tag }} "> < button class ="btn btn-default btn-xs "> {{ tag }}</ button > </ a >
99 {% endfor %}
1010 </ li >
1111 {% endfor %}
Original file line number Diff line number Diff line change 22 < section id ="wrapper ">
33 < header id ="header ">
44 {% if site.aboutPage %}
5- < a href ="{{ site.baseurl }} about ">
6- < img id ="avatar " class ="2x " src ="{{ site.baseurl }} assets/images/avatar.png "/>
5+ < a href ="https://vsoch.github.io/ about ">
6+ < img id ="avatar " class ="2x " src ="https://vsoch.github.io/ assets/images/avatar.png "/>
77 </ a >
88 {% else %}
9- < img id ="avatar " class ="2x " src ="{{ site.baseurl }} assets/images/avatar.png "/>
9+ < img id ="avatar " class ="2x " src ="https://vsoch.github.io/ assets/images/avatar.png "/>
1010 {% endif %}
1111 < h1 > {{ site.author }}</ h1 >
1212 < h2 > {{ site.description }}</ h2 >
1313 </ header >
1414 </ section >
15- </ div >
15+ </ div >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ <h4 class="modal-title"></h4>
2626 SimpleJekyllSearch ( {
2727 searchInput : document . getElementById ( 'search-input' ) ,
2828 resultsContainer : document . getElementById ( 'results-container' ) ,
29- json : '{{ site.baseurl }} search.json' ,
29+ json : 'https://vsoch.github.io/ search.json' ,
3030 } )
3131
3232 // Show search when click button
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ <h1>{{ page.title }}</h1>
1010 < h2 class ="headline "> {{ page.date | date:"%B %-d, %Y" }}</ h2 >
1111
1212 {% for tag in tags %}
13- < a href ="{{ site.baseurl }} tag/{{ tag }} "> < button class ="btn btn-default btn-xs " style ="background-color:#fd1268; color:white "> {{ tag }}</ button > </ a >
13+ < a href ="https://vsoch.github.io/ tag/{{ tag }} "> < button class ="btn btn-default btn-xs " style ="background-color:#fd1268; color:white "> {{ tag }}</ button > </ a >
1414 {% endfor %}
1515 </ header >
1616 < section id ="post-body ">
@@ -24,7 +24,7 @@ <h2 class="headline">{{ page.date | date:"%B %-d, %Y" }}</h2>
2424</ article >
2525< footer id ="post-meta " class ="clearfix ">
2626 < a href ="https://twitter.com/{{ site.authorTwitter }} ">
27- < img class ="avatar " src ="{{ site.baseurl }} assets/images/avatar.png ">
27+ < img class ="avatar " src ="https://vsoch.github.io/ assets/images/avatar.png ">
2828 < div >
2929 < span class ="dark "> {{ site.author }}</ span >
3030 < span > {{ site.description }}</ span >
@@ -50,7 +50,7 @@ <h3>Comments</h3>
5050 < h3 > Read more</ h3 >
5151 {% for post in site.posts %}
5252 < li >
53- < a href ="{{ site.baseurl }} {{ post.url | remove_first: '/' }} "> {{ post.title }}< aside class ="dates " style ="padding-top:0px "> {{ post.date | date:"%b %d" }}</ aside > </ a >
53+ < a href ="https://vsoch.github.io/ {{ post.url | remove_first: '/' }} "> {{ post.title }}< aside class ="dates " style ="padding-top:0px "> {{ post.date | date:"%b %d" }}</ aside > </ a >
5454 </ li >
5555 {% endfor %}
5656 </ ul >
You can’t perform that action at this time.
0 commit comments