Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
layout: post
title:  "TwinG"
published: true
image: losangeles1909.jpg
---
  • Loading branch information
ricoThaka authored Jan 18, 2025
1 parent 36acd04 commit 22ac9bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<p>layout: default
title: HoleToAnotherUniVersE</p>

<div class="swatch">
<div class="swatch">
<div></div>
<div></div>
<div></div>
Expand Down Expand Up @@ -1378,7 +1378,7 @@

</div>

<div class="swatch">
<div class="swatch">
<div></div>
<div></div>
<div></div>
Expand Down
10 changes: 6 additions & 4 deletions _layouts/post.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
---
layout: default
---
<div class="post-content" itemscope itemtype="https://schema.org/BlogPosting>

<section class="post-content" itemscope itemtype="https://schema.org/BlogPosting">
<h1>
{{ page.title }}
</h1>
{% if site.hide_post_date != true %}
{% include post-date.html %}
{% endif %}
{% if page.image %}
<div class="featured-image">

<picture class="featured-image">
<img src="{{ site.github.url }}/assets/img/{{ page.image }}">
</div>
</picture>
{% endif %}

<a href="https://ricothaka.github.io/rashardlearned" ><h3>👈🏾Back to index'</h3></a>
Expand All @@ -27,4 +29,4 @@ <h1>
{% if site.data.settings.disqus.comments %}
{% include disqus.html %}
{% endif %}
</div>
</section>

0 comments on commit 22ac9bf

Please sign in to comment.