Skip to content

Commit

Permalink
fix new url
Browse files Browse the repository at this point in the history
  • Loading branch information
senk0n committed Mar 5, 2019
1 parent 7d5414f commit e52ebcf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
senk0n.github.io
senk0n.dev
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ logo: "assets/img/logo.png"
background: "assets/img/placeholder-big.jpg"
tiled_bg: false # Set this true if you want to tile your background image, otherwise it will be covered
locale: en_US
url: https://senk0n.dev/
url: https://senk0n.github.io/
url2: https://senk0n.dev/

# Jekyll
permalink: /:title/
Expand Down
6 changes: 3 additions & 3 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
<div id="particles-js" style="overflow:hidden;"><canvas class="particles-js-canvas-el" style="width: 100%; height: 100%;"></canvas></div>
<div class="container animated fadeIn">
<div class="row">
<a href="{{ site.url }}">
<a href="{{ site.url2 }}">
<img src="{{ site.logo }}" class="img-circle zoombtn">
</a>
<h3 class="title">
<a class="zoombtn" href="{{ site.url }}">
<a class="zoombtn" href="{{ site.url2 }}">
<p style="font-size:1.8rem;font-weight:400">{{ site.title }}</p>
<p style="font-size:1rem;font-weight:300">{{ site.bio }}</p>
</a>
</h3>
<hr class="hr-line">
<h3 class="title">
<a href="{{ site.url }}">
<a href="{{ site.url2 }}">
<p style="font-size:1rem;font-weight:300">{{ site.info }}</p>
</a>
</h3>
Expand Down

0 comments on commit e52ebcf

Please sign in to comment.