From 310bbdbd5526d07d69102717347794bd46551664 Mon Sep 17 00:00:00 2001 From: Paul Schaefer Date: Tue, 19 Feb 2019 19:18:37 -0500 Subject: [PATCH] Updated readme with new link and description, fixing #1. Also fixes deployment subdirectory bug. --- README.md | 5 ++++- public/_layout.jade | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a42b17..d81c056 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ -# [labs](https://harp-labs.herokuapp.com/) +# [labs](https://pschfr.github.io/labs/) [![Greenkeeper badge](https://badges.greenkeeper.io/pschfr/labs.svg)](https://greenkeeper.io/) +[![Build Status](https://travis-ci.org/pschfr/labs.svg?branch=master)](https://travis-ci.org/pschfr/labs) + +This is a list of my open-source software hosted here on GitHub! More to come soon. diff --git a/public/_layout.jade b/public/_layout.jade index 39ac461..62dcdf7 100644 --- a/public/_layout.jade +++ b/public/_layout.jade @@ -3,7 +3,7 @@ html head title= title meta(name="viewport" content="width=device-width, initial-scale=1") - link(rel="stylesheet" href="/css/main.css") + link(rel="stylesheet" href="#{process.env.PROJECT_ROOT || '/'}css/main.css") body.sans-serif.pa3 != partial('_partials/header') main