yequari.com/layouts/partials/sidebar.html

27 lines
1.0 KiB
HTML
Raw Permalink Normal View History

<section class="sidebar">
<section>
<!-- <div id="avatar-frame" class="online"> -->
<!-- <span class="gloss"></span> -->
<!-- <img class="u-photo" width="100px" src="/images/avatar.jpg"> -->
<!-- </div> -->
{{ partial "avatar.html" . }}
<!-- <p class="about-me"> -->
<!-- I'm yequari. I like programming, tabletop games, and the Transformers. -->
<!-- </p> -->
</section>
<section>
<!-- <div id="statuscafe"><div id="statuscafe-username"></div><div id="statuscafe-content"></div></div><script src="https://status.cafe/current-status.js?name=yequari" defer></script> -->
{{ partial "statuscafe.html" .}}
</section>
<section>
<!-- <h1>Social</h1> -->
2024-08-03 04:55:34 +00:00
{{ partial "index-socials.html" .}}
</section>
<!-- <section> -->
<!-- <h1>Quote of the Day</h1> -->
<!-- <div id="quote"> -->
<!-- <p id="subtitle">.</p> -->
<!-- </div> -->
<!-- </section> -->
2024-02-23 04:35:34 +00:00
</section>