Skip to main content
Polywork
Toggle navigation menu
Submit a request
Polywork Help Center
Websites
BUILDING YOUR WEBSITE: BLOCKS
BUILDING YOUR WEBSITE: BLOCKS
Search
Blocks: Logo wall
Blocks: Adding and removing badges
Blocks: Hero photo
Uploading your avatar
Blocks: Portfolio: Editing posts
Blocks: Social Links
Blocks: Contact Me
Blocks: Highlights
Blocks: Site Settings
Blocks: About Me and Headline
Blocks:: How to add my resume?
Blocks: Creating new badges
Blocks: Portfolio: Creating and hiding posts
Blocks: Portfolio
<% var getColumnClasses = function(columnNumber) { var classNames = 'col-12'; if (columnNumber >= 2) classNames += ' md:col-6'; if (columnNumber >= 3) classNames += ' lg:col-4'; if (columnNumber >= 4) classNames += ' xl:col-3'; return classNames; } %> <% if (articles.length) { %>
<% articles.forEach(function(article) { %>
<%= article.title %> <% if (article.promoted) { %>
Promoted article
<% } %>
<% }) %>
<% } %>
<% if (previousArticle || nextArticle) { %>
<% if (previousArticle) { %>
<%= previousArticle.title %>
<% } %> <% if (nextArticle) { %>
<%= nextArticle.title %>
<% } %>
<% } %>