Skip to content

Commit

Permalink
Merge pull request #27 from johngrib/update-20200719
Browse files Browse the repository at this point in the history
Update 20200719
  • Loading branch information
johngrib authored Jul 19, 2020
2 parents f982ee1 + d028477 commit 1d4c6c1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
---
<div class="post">
<header class="post-header">
<h1 class="page-title">{{ page.title }}</h1>
<h1 class="page-title">
<a href="{{ page.url }}"> {{ page.title }} </a>
</h1>
<p class="created-date">
{{ page.date | date: "%Y.%m.%d" }}
</p>
Expand Down
4 changes: 3 additions & 1 deletion _layouts/wiki.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
<input type="hidden" id="thisName" value="{{ thisName }}"/>
<div class="post">
<header class="post-header">
<h1 class="page-title">{{ page.title }}</h1>
<h1 class="page-title">
<a href="{{ page.url }}"> {{ page.title }} </a>
</h1>
{% if page.summary %}
<p class="title-summary">{{ page.summary }}</p>
{% endif %}
Expand Down
3 changes: 3 additions & 0 deletions _sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@ div.search {
p {
margin: 0;
}
.page-title a {
text-decoration: none;
}
}

.post-excerpt {
Expand Down

0 comments on commit 1d4c6c1

Please sign in to comment.