mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +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": {
|
||||
"title": "Archive"
|
||||
},
|
||||
"about": {
|
||||
"title": "About me"
|
||||
},
|
||||
"posts": [
|
||||
{
|
||||
"title": "Structure of an Ember app",
|
||||
|
|
|
|||
|
|
@ -125,12 +125,7 @@
|
|||
<p class="fin"><i class="fa fa-code"></i></p>
|
||||
</div>
|
||||
<% } else { -%>
|
||||
<article class="container">
|
||||
<%- yield %>
|
||||
</article>
|
||||
<div class="row clearfix">
|
||||
<p class="fin"><i class="fa fa-code"></i></p>
|
||||
</div>
|
||||
<% } -%>
|
||||
|
||||
<footer class="container">
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
# About me
|
||||
|
||||
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]
|
||||
in 2003 to study computer science at the [University of Victoria][uvic], and
|
||||
|
|
|
|||
Loading…
Reference in a new issue