Skip to content

Commit 2a0889e

Browse files
author
banyaner
committed
修复页面显示布局出错
1 parent 2a358ce commit 2a0889e

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: > # this means to ignore newlines until "baseurl:"
55
Write an awesome description for your new site here. You can edit this
66
line in _config.yml. It will appear in your document head meta (for
77
Google search results) and in your feed.xml site description.
8-
baseurl: "my-awesome-site" # the subpath of your site, e.g. /blog/
8+
baseurl: "" # the subpath of your site, e.g. /blog/
99
url: "https://bannyaner.github.io" # the base hostname & protocol for your site
1010
# twitter_username: jekyllrb
1111
github_username: Banyaner

index.html

-7
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,6 @@ <h2>
6666
</ul>
6767
{% endfor %}
6868
</div>
69-
<!-- <div class='category'>
70-
<ul>
71-
{% for cat in site.categories %}
72-
<li><a href="{{ site.BASE_PATH }}/category.html#{{ cat[0] }}">{{ cat[0] }}<span style='color: black;font-size:0.8rem'>&nbsp;({{ cat[1].size }})</span></a></li>
73-
{% endfor %}
74-
</ul>
75-
</div> -->
7669
</div>
7770
<script type="text/javascript" src="js/jquery.min.js"></script>
7871
<script type="text/javascript">

0 commit comments

Comments
 (0)