### 2024
+- **Understanding Power, by Noam Chomsky, John Schoeffel, Peter Mitchell**
- **Zombies in Western Culture, by John Vervaeke, Christopher Mastropietro, Filip Miscevic**
- **Котлован, Андрей Платонов**
- Черный квадрат, Казимир Малевич
{{ partial "header.html" . }}
-<div class="pure-g">
- <div class="pure-u-1 pure-u-lg-1-5"></div>
+{{ partial "subheader.html" . }}
- <div class="pure-u-1 pure-u-lg-3-5">
- <div class="center">
- <img class="avatar" src="/img/me_myself_and_i_tbilisi_2023.webp" alt="Me, Myself, and I, თბილისი 2023"/>
- <p class="about">თბილისი, July, 2023</p>
- </div>
+<div class="pure-g">
+ <div class="pure-u-1 pure-u-lg-1-3"></div>
- <section id="info">
- <ul class="center">
- <li><a href="/posts">posts</a></li>
- {{ range (where .Site.RegularPages.ByPublishDate.Reverse "Section" "pages") }}
- <li><a href="{{ .Permalink }}">{{ .Title | lower }}</a></li>
+ <div class="pure-u-1 pure-u-lg-1-3">
+ <section>
+ <ul>
+ {{ range (where .Site.RegularPages.ByPublishDate.Reverse "Type" "in" .Site.Params.mainSections) }}
+ <div class="posts">
+ <div id=date class="date-time-title">
+ <time>{{ .Date.Format (.Site.Params.dateform | default "02 Jan 06") }}</time>
+ </div>
+ <div class="date-time-title post">
+ <a href="{{ .Permalink }}">{{ .Title }}</a>
+ </div>
+ </div>
{{ end }}
- <li><a href="https://git.ak3n.com">code</a></li>
- <li><a href="/index.xml">rss</a></li>
- <li><a href="mailto:i@ak3n.com">say hi</a></li>
</ul>
</section>
</div>
<section id="page-title" class="center">
- <h1><a href="/">¯\_(ツ)_/¯</a></h1>
+ <section id="info">
+ <ul class="center">
+ <li><a href="/">posts</a></li>
+ {{ range (where .Site.RegularPages.ByPublishDate.Reverse "Section" "pages") }}
+ <li><a href="{{ .Permalink }}">{{ .Title | lower }}</a></li>
+ {{ end }}
+ <li><a href="https://git.ak3n.com">code</a></li>
+ <li><a href="/index.xml">rss</a></li>
+ <li><a href="mailto:i@ak3n.com">say hi</a></li>
+ </ul>
+ </section>
</section>