Skip to content

Commit

Permalink
Fix spacing of colon
Browse files Browse the repository at this point in the history
  • Loading branch information
seungwonpark committed Oct 10, 2017
1 parent b355a83 commit 59687c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/author.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h2>Works of {{ page.authorname }}</h2>
{% for search in pkg.maintainer %}
{% assign searchpath = 'author/' | append: search | append: '.md' %}
{% if searchpath == page.path %}
<li><a href="../pkg/{{ pkg.pkg_name }}">{{ pkg.pkg_name }}</a> : {{ pkg.pkg_summary }}</li>
<li><a href="../pkg/{{ pkg.pkg_name }}">{{ pkg.pkg_name }}</a>: {{ pkg.pkg_summary }}</li>
{% endif %}
{% endfor %}
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: 한국텍학회 사설저장소 브라우저

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

Expand Down

0 comments on commit 59687c5

Please sign in to comment.