Skip to content

Commit

Permalink
레이아웃 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
heechokim committed Nov 3, 2023
1 parent c8af782 commit 5b1015a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<li class="nav-item">
<a href="{{ site.url }}resume">About</a>
</li>
{% endif %} {% endfor %}
</ul>
</nav>
{% include social-links.html %}
Expand Down
5 changes: 0 additions & 5 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
layout: default
---

<a class="btn" href= "{{ site.url }}/" >
Home
</a>
{% if page.image.feature %}
<div class="post-image-feature">
<img class="feature-image" src=
Expand All @@ -29,8 +26,6 @@ <h1 title="{{ page.title | escape }}">{{ page.title }}</h1>
<span class="post-date">
{{ page.date | date: "%-d %b %Y" | upcase }}
</span>
{% include read_time.html %}
</span>

</header>
Expand Down

0 comments on commit 5b1015a

Please sign in to comment.