summaryrefslogtreecommitdiffstats
path: root/projects.html
diff options
context:
space:
mode:
Diffstat (limited to 'projects.html')
-rw-r--r--projects.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects.html b/projects.html
index f46dec2..62772d6 100644
--- a/projects.html
+++ b/projects.html
@@ -4,7 +4,7 @@ title: Projects
---
<div class="container">
- <h1>Projects</h1>
+ <h1>{{ page.title }}</h1>
<table>
{% assign n = 2 %}
{% assign rows = site.projects.size | divided_by: n | ceil %}
@@ -15,7 +15,7 @@ title: Projects
<td class="project-item">
{% assign parts = item.url | split: '/' %}
<img src="{{ parts[2] }}/{{ item.thumbnail }}" alt="{{ item.title }}">
- <h5><a href="{{ parts[2] }}">{{ item.title }}</a></h5>
+ <h5><a href="{{ parts[2] }}" class="link-decor-none">{{ item.title }}</a></h5>
</td>
{% endfor %}
</tr>