Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1068 from kawazrepos/fix-pr-blog
Browse files Browse the repository at this point in the history
広報ブログのリンクを貼り間違えていた
  • Loading branch information
giginet committed Mar 12, 2016
2 parents 1fa0c25 + 3fa41b3 commit ac87b7c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/templates/markdown/helps/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- [ライセンス表示のガイドライン](/guideline/credits/)
- [Kawaz入会者向けガイドライン](/helps/instruction/)
- [チャットツールSlackの使い方](/helps/slack/)
- [広報ブログの書き方](/helps/pr-blog/)


<!--
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion src/templates/roughpages/helps.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
## 運営メンバー向け

- [新規会員登録の承認](/helps/staff/registration/)
- [Kawaz広報ブログの書き方](/helps/how-to-pr-blog)
{% endkfm %}
{% endif %}
</article>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{% extends "base.html" %}
{% load i18n %}

{% block title %}{% trans "Global Game Jam" %}{% endblock %}
{% block title %}広報ブログの書き方{% endblock %}

{% block content %}
<article class="markdown">
{% include_kfm "markdown/kawaz-pr-blog.md" %}
{% include_kfm "markdown/pr-blog.md" %}
</article>
{% endblock %}

0 comments on commit ac87b7c

Please sign in to comment.