diff --git a/_layouts/home.html b/_layouts/home.html index c25c317..2ce9d7f 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -41,3 +41,7 @@ layout: default {% else %}

no posts yet.

{% endif %} + +
+🔗 Back to home page + diff --git a/_layouts/post.html b/_layouts/post.html index 9f09d0b..56d6b09 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -65,3 +65,7 @@ layout: default document.getElementById('animated-post-description').style.display = 'initial'; typeWriter(); + +
+🔗 Back to programming page
+🔗 Back to home page diff --git a/_sass/dash/_fonts.scss b/_sass/dash/_fonts.scss index e65f453..e3331be 100644 --- a/_sass/dash/_fonts.scss +++ b/_sass/dash/_fonts.scss @@ -12,5 +12,5 @@ } -@include font('Varela Round', '/assets/fonts/VarelaRound-Regular'); -@include font('Roboto Mono', '/assets/fonts/RobotoMono-Medium'); \ No newline at end of file +@include font('Varela Round', '../../assets/fonts/VarelaRound-Regular'); +@include font('Roboto Mono', '../../assets/fonts/RobotoMono-Medium'); \ No newline at end of file