Skip to content

Commit

Permalink
Revert to previous logo
Browse files Browse the repository at this point in the history
  • Loading branch information
li-kai committed Aug 9, 2017
1 parent 2b20b22 commit ca663a7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3,562 deletions.
4 changes: 2 additions & 2 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h2 class="front-title">Friday Hacks</h2>
</li>
</ul>
</header>
<ol class="list row">
<ol class="list">
{{ $weekInSeconds := 604800 }}
{{ $date := $.Site.Data.friday_hacks.start_date }}
{{ $dateUnix := (time $date).Unix }}
Expand Down Expand Up @@ -67,7 +67,7 @@ <h3 class="fh-topic">{{ $topic.title }}</h3>
<header class="front-header">
<h2 class="front-title hs-header">Hackerschool</h2>
</header>
<ol class="list row">
<ol class="list">
{{ range $index, $event := $.Site.Data.hacker_school.events }}
<li class="event-item item">
<time class="hs-time" datetime={{ dateFormat "2006-01-02T15:04:05-0700" $event.date}}>
Expand Down
Loading

0 comments on commit ca663a7

Please sign in to comment.