Skip to content

Commit

Permalink
debug无图片的blog展示宽度问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Lxh-3260 committed Jul 17, 2024
1 parent 6980c8b commit 5d061fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ <h1 class="page-title">{{page.title}}</h1>
<a href="https://facebook.com/sharer.php?u={{ site.url }}{{ page.url }}" title="Share on Facebook" rel="nofollow" target="_blank">Facebook</a>
<a href="https://plus.google.com/share?url={{ site.url }}{{ page.url }}" title="Share on Google+" rel="nofollow" target="_blank">Google+</a>
</div>
<!-- <div class="page-tag">
<div class="page-tag">
{% for tag in page.tags %}
<a href="{{site.baseurl}}/tags#{{tag}}" class="tag">&#35; {{ tag }}</a>
{% endfor %}
</div> -->
</div>
</div>
{% include disqus.html %}
</div> <!-- End Wrap Content -->
Expand Down
2 changes: 2 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1207,6 +1207,7 @@ a.newer-posts:hover {

.header-page {
text-align: center;
/* min-height: 500px; */
margin: 10px 0;
}

Expand All @@ -1216,6 +1217,7 @@ a.newer-posts:hover {
line-height: 1.3;
}


.header-page .page-date {
color: #a0a0a0;
font-weight: 300;
Expand Down

0 comments on commit 5d061fc

Please sign in to comment.