Skip to content

Commit

Permalink
Change to https
Browse files Browse the repository at this point in the history
  • Loading branch information
willianjusten committed Jun 13, 2016
1 parent ba0c4f0 commit d9a70d0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Site settings
description: A blog about lorem ipsum dolor sit amet
baseurl: "/will-jekyll-template" # the subpath of your site, e.g. /blog
url: "http://willianjusten.com.br" # the base hostname & protocol for your site e.g. http://willianjusten.com.br
url: "https://willianjusten.com.br" # the base hostname & protocol for your site e.g. http://willianjusten.com.br

# User settings
username: Lorem Ipsum
Expand Down
2 changes: 1 addition & 1 deletion _includes/author.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img itemprop="image" class="img-rounded" src="{{site.baseurl}}/assets/img/blog-author.jpg" alt="{{site.name}}">
<p class="def">Author</p>
<h3 class="name">
<a itemprop="name" href="https://plus.google.com/+{{site.gplus_username}}/posts">{{site.username}}</a>
<a itemprop="name" href="https://plus.google.com/{{site.gplus_username}}/posts">{{site.username}}</a>
</h3>
<p class="desc">{{site.user_description}}</p>
<a itemprop="email" class="email" href="mailto:{{site.email}}">{{site.email}}</a>
Expand Down
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<footer>
<p>Made with <a href="http://jekyllrb.com/" target="_blank">Jekyll</a> and <span class="love"></span> by <a href="http://willianjusten.com.br">Willian Justen</a></p>
<p>Made with <a href="http://jekyllrb.com/" target="_blank">Jekyll</a> and <span class="love"></span> by <a href="https://willianjusten.com.br">Willian Justen</a></p>
</footer>
<script src="{{ "/assets/js/main.js" | prepend: site.baseurl }}"></script>
Loading

0 comments on commit d9a70d0

Please sign in to comment.