<%- partial('_partial/logo', { created_by : false }) %>

Games

<% site.posts.forEach(content => { %> <% if(content.content_type == "game") { %>
<%- content.title %>

<%- content.short_description %>

<% if(content.released) { %> Released: <%- content.release %> <% } else { %> Release date: <%- content.release %> <% } %>


<%- content.platforms %>

<% } %> <% }); %>
<%- partial('_partial/about') %> <%- partial('_partial/links') %>