Skip to content

Commit

Permalink
Small improvement to projects page
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe A Moreira committed Dec 29, 2019
1 parent 1da2dff commit e1e13f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layouts/_default/projects.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<section id="projects">
<div class="container">
<h3>{{ .Site.Data.projects.name }}</h3>
<p>These are a small selection of client projects</p>
<div class="panel panel-default">
<div class="panel-body">
{{ range $i, $el := .Site.Data.projects.source }}
Expand All @@ -9,6 +10,7 @@ <h5>
<strong>{{ .name }}</strong>&nbsp;-&nbsp;{{ $el.description }}
</h5>
<ul class="tech">
<strong>Technologies:</strong>
{{ range $i, $inner_el := $el.tech }}
<li>{{ . }}</li>
{{ end }}
Expand Down

0 comments on commit e1e13f3

Please sign in to comment.