correct git urls before prettification
authorDylan Lloyd <dylan@disinclined.org>
Fri, 3 Feb 2023 21:27:34 +0000 (16:27 -0500)
committerDylan Lloyd <dylan@disinclined.org>
Fri, 3 Feb 2023 21:27:34 +0000 (16:27 -0500)
_includes/exhibits.html
_layouts/default.html
main.scss

index 54ec0d8..82afb0f 100644 (file)
@@ -2,7 +2,7 @@
     {% for exhibit in site.data.personal-projects %}
     <div class='exhibit' id='{{exhibit.name}}'>
         <h1 id='{{exhibit.name}}'>
-            <a href='/git/{{exhibit.name}}/'>
+            <a href='/git/?p={{exhibit.name}}.git'>
                 {{exhibit.name}}
             </a>
         </h1>
index ef87cac..f6b6be7 100644 (file)
@@ -9,6 +9,7 @@
 
     <main>
       <div id="wrapper">
+        <a class=title href="{{site.baseurl}}">{{site.name}}</a>
         {{ content }}
       </div>
     </main>
index f96bb1f..c408248 100644 (file)
--- a/main.scss
+++ b/main.scss
@@ -6,6 +6,7 @@
 // Fonts
 // ----------------------------------
 
+
 @font-face {
     font-family: 'bree_serifregular';
     src: url('/assets/fonts/breeserif-regular-webfont.eot');
@@ -96,8 +97,6 @@ main {
 }
 
 .title {
-    margin-left: 42px;
-    color:black;
     font-family:'bree_serifregular';
     font-size: 404%;
 }