Skip to content

Commit

Permalink
Revert pre. commit, move a tag
Browse files Browse the repository at this point in the history
  • Loading branch information
seungwonpark committed Jul 11, 2017
1 parent fd93765 commit e965026
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _sass/jekyll-theme-minimal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body {
font-weight:400;
}

h1, h2, h3, h4, h5, h6, a:not([href]) {
h1, h2, h3, h4, h5, h6 {
color:#222;
margin:0 0 20px;
}
Expand Down
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ title: KTUG PR browser
description: 한국텍학회 사설저장소 브라우저
---

## <a id="packages">List of available packages</a>
## <a id="packages"></a>List of available packages

{% for page in site.pages %}
{% if page.layout == 'package' %}
- <a href="{{ page.path | replace: '.md', '' }}">{{ page.pkg_name }}</a> : {{ page.pkg_summary }}
{% endif %}
{% endfor %}

## <a id="authors">List of authors</a>
## <a id="authors"></a>List of authors

{% for page in site.pages %}
{% if page.layout == 'author' %}
Expand Down

0 comments on commit e965026

Please sign in to comment.