aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-08-02 11:43:13 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-08-02 11:43:13 +0530
commit252ce30cb2fd73dfe7c702238bd8d90bcfc8479c (patch)
tree514f4217cbde1654751106af86c4e81626b0ec99
parentc5ce54952959deb531137533a3cee322760cbe9b (diff)
site: remove </img> and delete comment for pixelify sans
-rw-r--r--index.html2
-rw-r--r--projects/msg.md2
-rw-r--r--templates/base.html1
-rw-r--r--templates/project.html1
4 files changed, 2 insertions, 4 deletions
diff --git a/index.html b/index.html
index df7d3cd..9d72a1c 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
<div class="p-16 flex-grow flex items-center justify-center">
<div class="flex flex-wrap gap-8">
- <img src="/assets/me.webp" class="max-h-56"></img>
+ <img src="/assets/me.webp" class="max-h-56" />
<div class="flex flex-col justify-center gap-1">
<h1 class="text-5xl lg:text-7xl">
Hi there! I'm RAGHU.
diff --git a/projects/msg.md b/projects/msg.md
index 2a8851e..9bb0c80 100644
--- a/projects/msg.md
+++ b/projects/msg.md
@@ -7,7 +7,7 @@ link = https://github.com/compromyse/msg
linklabel = SOURCE
---
-> See https://github.com/compromyse/compromyse.xyz for an example site.
+See [github.com/compromyse/compromyse.xyz](https://github.com/compromyse/compromyse.xyz) for an example site.
### Compilation & Usage
```sh
diff --git a/templates/base.html b/templates/base.html
index ae41be8..8128fa2 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -7,7 +7,6 @@
<title>{{ content "title" }} | COMPROMYSE</title>
<link href="/assets/stylesheet.css" rel="stylesheet" />
- <!-- <link href="https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap" rel="stylesheet"> -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Jersey+15&display=swap" rel="stylesheet">
diff --git a/templates/project.html b/templates/project.html
index 45a111b..22aedf6 100644
--- a/templates/project.html
+++ b/templates/project.html
@@ -7,7 +7,6 @@
<title>{{ putpage name }} | COMPROMYSE</title>
<link href="/assets/stylesheet.css" rel="stylesheet" />
- <!-- <link href="https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap" rel="stylesheet"> -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Jersey+15&display=swap" rel="stylesheet">