Skip to content

Commit 8c99927

Browse files
committed
modified: _config.yml
modified: _layouts/post.html
1 parent a9ba29e commit 8c99927

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gems:
2222
- jekyll-paginate
2323

2424
# Details for the RSS feed generator
25-
url: 'http://vsoch.github.io'
25+
url: 'https://vsoch.github.io'
2626
author: 'vsoch'
2727
authorTwitter: 'vsoch'
2828

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h2 class="headline">{{ page.date | date:"%B %-d, %Y" }}</h2>
2323
</section>
2424
</article>
2525
<footer id="post-meta" class="clearfix">
26-
<a href="http://twitter.com/{{ site.authorTwitter }}">
26+
<a href="https://twitter.com/{{ site.authorTwitter }}">
2727
<img class="avatar" src="{{ site.baseurl }}assets/images/avatar.png">
2828
<div>
2929
<span class="dark">{{ site.author }}</span>

0 commit comments

Comments
 (0)