From 55fc83de6273f3b79124ef106d659724a4553e0a Mon Sep 17 00:00:00 2001
From: Tom Wiesing <tkw01536@gmail.com>
Date: Sat, 22 Jul 2017 13:28:57 -0400
Subject: [PATCH] Fix CV link on people pages

---
 _layouts/person.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_layouts/person.html b/_layouts/person.html
index 7d904b6..50fd556 100644
--- a/_layouts/person.html
+++ b/_layouts/person.html
@@ -45,7 +45,7 @@ layout: default
                 &nbsp;
                 {% endif %}
                 
-                <a href="https://kwarc.info/{{ page.account }}/publications.html">Publications</a>
+                <a href="https://kwarc.info/{{ page.url | replace: '/people/', '' | replace: '/', '' }}/publications.html">Publications</a>
             </div>
         </div>
         
-- 
GitLab