mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
fix double sigil on index page
This commit is contained in:
parent
e9490d49ee
commit
482b317814
3 changed files with 3 additions and 7 deletions
|
|
@ -12,6 +12,9 @@
|
||||||
"archive": {
|
"archive": {
|
||||||
"title": "Archive"
|
"title": "Archive"
|
||||||
},
|
},
|
||||||
|
"about": {
|
||||||
|
"title": "About me"
|
||||||
|
},
|
||||||
"posts": [
|
"posts": [
|
||||||
{
|
{
|
||||||
"title": "Structure of an Ember app",
|
"title": "Structure of an Ember app",
|
||||||
|
|
|
||||||
|
|
@ -125,12 +125,7 @@
|
||||||
<p class="fin"><i class="fa fa-code"></i></p>
|
<p class="fin"><i class="fa fa-code"></i></p>
|
||||||
</div>
|
</div>
|
||||||
<% } else { -%>
|
<% } else { -%>
|
||||||
<article class="container">
|
|
||||||
<%- yield %>
|
<%- yield %>
|
||||||
</article>
|
|
||||||
<div class="row clearfix">
|
|
||||||
<p class="fin"><i class="fa fa-code"></i></p>
|
|
||||||
</div>
|
|
||||||
<% } -%>
|
<% } -%>
|
||||||
|
|
||||||
<footer class="container">
|
<footer class="container">
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
|
|
||||||
# About me
|
|
||||||
|
|
||||||
I'm Sami Samhuri, a software developer and general technology geek. Sometimes
|
I'm Sami Samhuri, a software developer and general technology geek. Sometimes
|
||||||
I write my thoughts and post my projects here. I moved to [Victoria, BC][vic]
|
I write my thoughts and post my projects here. I moved to [Victoria, BC][vic]
|
||||||
in 2003 to study computer science at the [University of Victoria][uvic], and
|
in 2003 to study computer science at the [University of Victoria][uvic], and
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue