mirror of
https://github.com/peter-tanner/code.git
synced 2024-11-30 10:50:16 +08:00
Font fix attempt and home links
This commit is contained in:
parent
b495fcaeb1
commit
2fefa10521
|
@ -41,3 +41,7 @@ layout: default
|
||||||
{% else %}
|
{% else %}
|
||||||
<h2>no posts yet.</h2>
|
<h2>no posts yet.</h2>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
<br>
|
||||||
|
<a class="link" style="left:1%; bottom: 1%;" href="https://npc-strider.github.io">🔗 Back to home page</a>
|
||||||
|
|
||||||
|
|
|
@ -65,3 +65,7 @@ layout: default
|
||||||
document.getElementById('animated-post-description').style.display = 'initial';
|
document.getElementById('animated-post-description').style.display = 'initial';
|
||||||
typeWriter();
|
typeWriter();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
<a class="link" style="left:1%; bottom: 1%;" href="https://npc-strider.github.io/code">🔗 Back to programming page</a><br>
|
||||||
|
<a class="link" style="left:1%; bottom: 1%;" href="https://npc-strider.github.io">🔗 Back to home page</a>
|
||||||
|
|
|
@ -12,5 +12,5 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@include font('Varela Round', '/assets/fonts/VarelaRound-Regular');
|
@include font('Varela Round', '../../assets/fonts/VarelaRound-Regular');
|
||||||
@include font('Roboto Mono', '/assets/fonts/RobotoMono-Medium');
|
@include font('Roboto Mono', '../../assets/fonts/RobotoMono-Medium');
|
Loading…
Reference in New Issue
Block a user