The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

lume/src/_includes/base: disable hiring banner for now

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso b1d90b6e 0ce540a9

+3 -1
+3 -1
lume/src/_includes/base.njk
··· 133 133 </nav> 134 134 </header> 135 135 136 + <!-- 136 137 <div id="sticky-banner" tabindex="-1" class="flex justify-between w-full p-4 border-b border-fg-2 bg-bg-0 dark:bg-bgDark-0 dark:border-fg-2"> 137 138 <div class="flex items-center mx-auto"> 138 139 <p class="flex items-center font-normal"> ··· 148 149 </p> 149 150 </div> 150 151 </div> 152 + --> 151 153 152 154 <div class="mt-4 p-2"> 153 155 {{ content | safe }} ··· 168 170 <p>Served by xesite v4 ({{argv[0]}}) with site version {% if commit.hash != "development" %}<a href="https://github.com/Xe/site/commit/{{commit.hash}}">{{commit.hash.substr(0, 8)}}</a>{% else %}{{commit.hash}}{% endif %}, source code available <a href="https://github.com/Xe/site">here</a>.</p> 169 171 </div> 170 172 </footer> 171 - </body> 173 + </body>