Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit99ae610

Browse files
committed
Fixed releases, trailer and duplicate awards title
1 parent12059dc commit99ae610

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

‎_includes/trailer.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<p>
22
<strong>{{trailer.name}}</strong>&nbsp;
33
{% if trailer.youtube %}<ahref="https://youtu.be/{{trailer.youtube}}">YouTube</a> {% endif %}
4-
{% if trailer.vimeo %}<ahref="http://www.vimeo.com/{{trailer.vimeo}}">Vimeo</a> {% endif %}
5-
{% if trailer.dailymotion %}<ahref="http://dai.ly/{{trailer.vimeo}}">Dailymotion</a> {% endif %}
4+
{% if trailer.vimeo %}<ahref="https://www.vimeo.com/{{trailer.vimeo}}">Vimeo</a> {% endif %}
5+
{% if trailer.dailymotion %}<ahref="https://dai.ly/{{trailer.dailymotion}}">Dailymotion</a> {% endif %}
66
{% if trailer.mov %}<ahref="{{base_url}}/trailers/{{trailer.mov}}">.mov</a> {% endif %}
77
{% if trailer.mp4 %}<ahref="{{base_url}}/trailers/{{trailer.mp4}}">.mp4</a> {% endif %}
88

‎_layouts/game.html‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ <h2 id="awards">Awards &amp; Recognition</h2>
134134
{% endif %}
135135

136136
{% if game.quotes != empty %}
137-
<h2id="awards">Awards &amp; Recognition</h2>
138137
<h2>Selected Articles</h2>
139138
<ul>
140139
<!-- promoter quotes here -->

‎index.html‎

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,13 @@ <h2 id="factsheet">Factsheet</h2>
5252
<ahref="http://callto:{{presskit.social.skype}}">Skype</a><br/>
5353
</p>
5454
<p>
55-
<strong>Releases:</strong><br/>
56-
<!-- <a href="release_url">release_name</a><br/> -->
55+
<strong>Releases:</strong>
56+
{% for game in site.games %}
57+
<br/>
58+
<ahref="{{game.url | remove_first:'/' | remove: '.html' | prepend: base_url}}">{{game.title}}</a>
59+
{% else %}
60+
-
61+
{% endfor %}
5762
</p>
5863
<p><strong>Address:</strong><br/>
5964
{% for address_line in presskit.address %}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp