27 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <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> -->
 | |
|         {{ partial "index-socials.html" .}}
 | |
|     </section>
 | |
|     <!-- <section> -->
 | |
|     <!--     <h1>Quote of the Day</h1> -->
 | |
|     <!--     <div id="quote"> -->
 | |
|     <!--         <p id="subtitle">.</p> -->
 | |
|     <!--     </div> -->
 | |
|     <!-- </section> -->
 | |
| </section>
 |