Test post + updated headers
All checks were successful
Publish Website / publish (push) Successful in 25s

This commit is contained in:
Akshay
2025-07-23 15:03:09 -04:00
parent d91ba6c1e0
commit 29ebe85d51
6 changed files with 29 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View File

@@ -0,0 +1,7 @@
{
"title": "Using Graph attention to get graphs [Test Post]",
"date": "05-30-2025",
"description": "A little post to test stuff out",
"image": "None",
"tags": ["very", "nonchalant"]
}

View File

@@ -0,0 +1,12 @@
# Introduction
# Section 1
| ![Architecture Diagram](https://akshaykolli.net/static/posts/MECC2024/images/arch.png) |
|:--:|
| *Architecture of the Model* |
this is an image

View File

@@ -26,6 +26,9 @@
<body>
<header><a class="header_link" href="/posts">Posts</a> <a class="header_link" href="/">Home</a>
<a class="header_link" href="https://code.akshaykolli.net">Code</a>
</header>
<h1>404 ERROR</h1>
<button><a href="/">Go home</a></button>
</body>

View File

@@ -12,7 +12,10 @@
<body>
<header><a href="/posts">Posts</a> <a href="/">Home</a></header>
<header><a class="header_link" href="/posts">Posts</a> <a class="header_link" href="/">Home</a>
<a class="header_link" href="https://code.akshaykolli.net">Code</a>
</header>
<div class="post">
<div class="post_meta">

View File

@@ -11,7 +11,9 @@
<body>
<header><a href="/posts">Posts</a> <a href="/">Home</a></header>
<header><a class="header_link" href="/posts">Posts</a> <a class="header_link" href="/">Home</a>
<a class="header_link" href="https://code.akshaykolli.net">Code</a>
</header>
<span class="posts">
<h1 id="posts-title">Posts</h1>