Skip to content

Commit

Permalink
Updated sites on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmerfield committed Jan 8, 2019
1 parent baf68af commit 48e7b9e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion app/site/routes/sites.js
Expand Up @@ -170,10 +170,17 @@ module.exports = function(callback) {
description += description +=
' <a href="/configuring">' + template_name + "</a> template."; ' <a href="/configuring">' + template_name + "</a> template.";


// Redirect // Modify display URL for brevity. Eventually re-do design
// so this isn't neccessary, it's cramped right now
if (display_url === "john.pavlusoffice.com") if (display_url === "john.pavlusoffice.com")
display_url = "johnpavlus.com"; display_url = "johnpavlus.com";


if (display_url === "photos.rachelpietraszek.com")
display_url = "rachelpietraszek.com";

if (display_url === "blog.andrewjanjigian.com")
display_url = "andrewjanjigian.com";

result.push({ result.push({
url: url, url: url,
first: result.length === 0, first: result.length === 0,
Expand Down

0 comments on commit 48e7b9e

Please sign in to comment.