Skip to content

Commit

Permalink
Use 'raquo' for 提案書を見る buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed Jan 8, 2025
1 parent f07c95e commit 3c45ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ description: 応募書類(提案書)のテンプレートとサンプルを
<ul>
{% for application_sample in site.data.application_samples %}
{% assign project = site.data.projects | where: 'id', application_sample.id | first %}
<li><a href='/projects/{{ project.year }}/{{ project.id }}' title='{{ project.description }}'>{{ project.title }}</a><small>(<a href='/applications/samples/{{ project.id }}.pdf'>提案書を見る <i class='fa-solid fa-up-right-from-square'></i></a>)</small></li>
<li><a href='/projects/{{ project.year }}/{{ project.id }}' title='{{ project.description }}'>{{ project.title }}</a><small>(<a href='/applications/samples/{{ project.id }}.pdf'>&raquo; 提案書を見る</a>)</small></li>
{% endfor %}
</ul>

Expand Down

0 comments on commit 3c45ed1

Please sign in to comment.