-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharchive.html
More file actions
27 lines (22 loc) · 741 Bytes
/
archive.html
File metadata and controls
27 lines (22 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
layout: default
title: Writing
---
<div class="header-container">
<div class="ai-mode-container">
<a href="{{ '/ai-mode/' | relative_url }}" class="ai-mode-btn">AI Mode</a>
</div>
<div style="text-align: center;">
<h1 class="site-title" style="margin-bottom: 0.3rem;">{{ site.title }}</h1>
<p style="margin-top: 0; color: #666;">{{ site.tagline }}</p>
<nav class="tab-nav">
<a href="{{ '/reading/' | relative_url }}">read</a>
<span> | </span>
<a href="{{ '/archive/' | relative_url }}" class="active">write</a>
<span> | </span>
<a href="{{ '/building/' | relative_url }}">build</a>
</nav>
</div>
</div>
<hr data-content="">
{% include post_list.html category="writing" %}