diff --git a/src/templates/project.js b/src/templates/project.js
index 3b5b27f..14cc053 100644
--- a/src/templates/project.js
+++ b/src/templates/project.js
@@ -63,7 +63,7 @@ const ProjectTemplate = ({ data }) => {
           </article>
         </section>
         : null}
-      {project.links.github !== null || project.links.website !== null ?
+      {project.links !== null ?
         <section className={styles.projectLinks}>
           <div>
             <h1>Links</h1>