diff --git a/game-jams/index.html b/game-jams/index.html index d6d0401..5618f3f 100644 --- a/game-jams/index.html +++ b/game-jams/index.html @@ -9,7 +9,7 @@

Game Jams

-
+
{% if jam.jamLink != null %}

{{ jam.title }}

@@ -24,10 +24,10 @@

{{ jam.title }}

' %} {{ jam.content | split:' ' | first }} -

Click here to read more.. + (Click here to read more) {% elsif contentSize > 512 %} {{ jam.content | truncate: 512 }} -

Click here to read more.. + (Click here to read more) {% else %} {{ jam.content }} {% endif %} diff --git a/games/index.html b/games/index.html index d0bf45e..27eb230 100644 --- a/games/index.html +++ b/games/index.html @@ -21,10 +21,10 @@
' %} {{ game.content | split:' ' | first }} -
Click here to read more.. + (Click here to read more) {% elsif contentSize > 256 %} {{ game.content | truncate: 256 }} -
Click here to read more.. + (Click here to read more) {% else %} {{ game.content }} {% endif %} diff --git a/index.html b/index.html index 2e6e7aa..ba73147 100644 --- a/index.html +++ b/index.html @@ -69,10 +69,10 @@
' %} {{ game.content | split:' ' | first }} -
Click here to read more.. + (Click here to read more) {% elsif contentSize > 256 %} {{ game.content | truncate: 256 }} -
Click here to read more.. + (Click here to read more) {% else %} {{ game.content }} {% endif %} @@ -107,10 +107,10 @@
{{person.startYear}} - {{person.endYear}}
' %} {{ person.content | split:' ' | first }} -

Click here to read more.. + (Click here to read more) {% elsif contentSize > 512 %} {{ person.content | truncate: 512 }} -

Click here to read more.. + (Click here to read more) {% else %} {{ person.content }} {% endif %} @@ -126,10 +126,10 @@
{{person.startYear}} - {{person.endYear}}
' %} {{ person.content | split:' ' | first }} -

Click here to read more.. + (Click here to read more) {% elsif contentSize > 512 %} {{ person.content | truncate: 512 }} -

Click here to read more.. + (Click here to read more) {% else %} {{ person.content }} {% endif %} @@ -156,7 +156,7 @@
(See list of all game jams)
-
+
{% if jam.jamLink != null %}

{{ jam.title }}

@@ -171,10 +171,10 @@

{{ jam.title }}

' %} {{ jam.content | split:' ' | first }} -

Click here to read more.. + (Click here to read more) {% elsif contentSize > 512 %} {{ jam.content | truncate: 512 }} -

Click here to read more.. + (Click here to read more) {% else %} {{ jam.content }} {% endif %}