mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-09 22:09:02 -06:00
Add Post "Project Facelift, New and Old"
Also committed some other unrelated code that doesn't have any particular effect.
This commit is contained in:
@@ -9,17 +9,17 @@ hide_header: true
|
||||
<h1 style="margin-bottom: 0.15em;">About</h1>
|
||||
{{ content }}
|
||||
</div>
|
||||
<!-- <div class="column">-->
|
||||
<!-- <figure class="photo" style="height: 100%;">-->
|
||||
<!-- <img-->
|
||||
<!-- data-zoomable-->
|
||||
<!-- loading="lazy"-->
|
||||
<!-- src="{{ site.baseurl }}{{ page.photo }}"/>-->
|
||||
<!-- <figcaption>-->
|
||||
<!-- <a href="https://www.instagram.com/chappiehd_ttv/">Not me, but my photo.</a>-->
|
||||
<!-- </figcaption>-->
|
||||
<!-- </figure>-->
|
||||
<!-- </div>-->
|
||||
<div class="column">
|
||||
<!-- <figure class="photo" style="height: 100%;">-->
|
||||
<!-- <img-->
|
||||
<!-- data-zoomable-->
|
||||
<!-- loading="lazy"-->
|
||||
<!-- src="{{ site.baseurl }}{{ page.photo }}"/>-->
|
||||
<!-- <figcaption>-->
|
||||
<!-- <a href="https://www.instagram.com/chappiehd_ttv/">Not me, but my photo.</a>-->
|
||||
<!-- </figcaption>-->
|
||||
<!-- </figure>-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{ page.bottom_content }}
|
||||
|
||||
@@ -41,6 +41,7 @@ layout: compress
|
||||
html, body {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
{% if page.wide or layout.wide %}
|
||||
body {
|
||||
max-width: 60em !important;
|
||||
@@ -55,6 +56,8 @@ layout: compress
|
||||
<a href="/about/">~/about/</a> :
|
||||
<a href="/projects/">~/projects/</a>
|
||||
</nav>
|
||||
{% if page.hide_header or layout.hide_header %}
|
||||
{% else %}
|
||||
{% if page.title %}
|
||||
{% if page.date %}
|
||||
{% if page._link %}
|
||||
@@ -70,6 +73,7 @@ layout: compress
|
||||
<h1>{{ page.title }}</h1>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% if page.date %}
|
||||
<p><i>
|
||||
|
||||
Reference in New Issue
Block a user