Skip to content

Commit 0b32645

Browse files
committed
updated layout
1 parent 08f1c6d commit 0b32645

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

_layouts/post.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@
22
layout: default
33
---
44

5-
{{ content }}
5+
<div class='card z-depth-1'>
6+
<div class="card-content">
7+
<a href="{{ url }}"><h2>{{ title }}</h2></a>
8+
{{ content }}
9+
</div>
10+
</div>

blog.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{% for post in site.posts %}
88
<div class='card z-depth-1'>
99
<div class="card-content">
10-
<a href="{{ post.link }}"><h2>{{ post.title }}</h2></a>
10+
<a href="{{ post.link }}"></a><h2>{{ post.title }}</h2></a>
1111
{{ post.content }}
1212
</div>
1313
</div>

0 commit comments

Comments
 (0)