From: Dylan Lloyd Date: Fri, 3 Feb 2023 21:27:34 +0000 (-0500) Subject: correct git urls before prettification X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;h=7b99afda6d2e9bd2b8a360c2e61a2465eff89416;hp=5e6e6d48c069ad5a0c4c97e7f87f7676d3c8f156;p=disinclined.org.git correct git urls before prettification --- diff --git a/_includes/exhibits.html b/_includes/exhibits.html index 54ec0d8..82afb0f 100644 --- a/_includes/exhibits.html +++ b/_includes/exhibits.html @@ -2,7 +2,7 @@ {% for exhibit in site.data.personal-projects %}

- + {{exhibit.name}}

diff --git a/_layouts/default.html b/_layouts/default.html index ef87cac..f6b6be7 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -9,6 +9,7 @@
+ {{site.name}} {{ content }}
diff --git a/main.scss b/main.scss index f96bb1f..c408248 100644 --- 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%; }