Skip to content

Commit 6b019ca

Browse files
committed
Change place of discussion page [WIP](#25)
1 parent 0de0007 commit 6b019ca

File tree

7 files changed

+1
-28
lines changed

7 files changed

+1
-28
lines changed

_config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@
1212
output: true
1313
news:
1414
output: true
15-
discussion:
16-
output: true

_includes/header.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ <h3 class="gnav__title text-center">DojoCon Japan 2018</h3>
6767
<li><a class="gnav_item" href="/news/">NEWS</a></li>
6868
<li><a class="gnav_item" href="/#access">ACCESS</a></li>
6969
<li><a class="gnav_item" href="/session/">SESSION</a></li>
70-
<li><a class="gnav_item" href="/#discussion">DISCUSSION</a></li>
7170
<li><a class="gnav_item" href="/#sponsor">SPONSOR</a></li>
7271
</ul>
7372
<ul class="gnav__sns list-inline text-center text-md-right mb-0">
File renamed without changes.
File renamed without changes.
File renamed without changes.

_session/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div class="col-6 col-md-3">
1515
<article class="post-list__item">
1616
<div class="post-list__thumbnail"><a href="{{ site.url }}{{ session.url }}"><img
17-
src="/img/{{ session.thumbnail }}" alt="{{session.speaker-name}}の顔写真"></a></div>
17+
src="/img/{{ session.thumbnail }}" alt="{{session.speaker-name}}の写真"></a></div>
1818
<div class="post-list__content">
1919
<h3 class="post-list__title">{{ session.j-title }}</h3>
2020
<!--p.post-list__time-->

index.html

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -129,30 +129,6 @@ <h3 class="post-list__title">{{ session.j-title }}</h3>
129129
</div>
130130
</div>
131131
</section>
132-
<section id="discussion" class="discussion bg__green">
133-
<div class="container">
134-
<div class="row">
135-
<div class="col-12"></div>
136-
</div>
137-
<h2 class="heading__01">DISCUSSION</h2>
138-
<div class="row post-list">
139-
{% for discussion in site.discussion %}
140-
<div class="col-6 col-md-3">
141-
<article class="post-list__item">
142-
<div class="post-list__thumbnail"><a href="{{ site.url }}{{ discussion.url }}"><img
143-
src="img/{{ discussion.thumbnail }}" alt="{{discussion.speaker-name}}の画像"></a></div>
144-
<div class="post-list__content">
145-
<h3 class="post-list__title">{{ discussion.j-title }}</h3>
146-
<p class="post-list__speaker">{{ session.speaker-name }}</p>
147-
</div>
148-
<div class="post-list__more"><a class="btn btn__white btn__xl" href="{{ site.url }}{{ discussion.url }}"
149-
role="button">more</a></div>
150-
</article>
151-
</div>
152-
{% endfor %}
153-
</div>
154-
</div>
155-
</section>
156132
<section class="workshop bg__green">
157133
<div class="container">
158134
<div class="row justify-content-md-center">

0 commit comments

Comments
 (0)