Updates.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{% macro render(node) %}
|
||||
{% if node.variant == 'small' %}
|
||||
{% if node.variant == 'light' %}
|
||||
<div class="flex gap-2 items-center {{node.class}}">
|
||||
<img src="/public/logo.png" class="w-8 h-8" alt=""/>
|
||||
<span class="text-3xl text-transparent bg-clip-text bg-gradient-to-b from-primary-400 to-primary-600">Terrace</span>
|
||||
|
||||
@@ -10,7 +10,10 @@ const pages = {
|
||||
'/': './pages/index.tce',
|
||||
'/about/': './pages/about.tce',
|
||||
'/docs/javascript/': './pages/docs/javascript.tce',
|
||||
'/docs/c/': './pages/docs/c.tce'
|
||||
'/docs/c/': './pages/docs/c.tce',
|
||||
'/docs/go/': './pages/docs/go.tce',
|
||||
'/docs/rust/': './pages/docs/rust.tce',
|
||||
'/docs/python/': './pages/docs/python.tce'
|
||||
}
|
||||
|
||||
async function render() {
|
||||
|
||||
Reference in New Issue
Block a user