diff options
Diffstat (limited to '')
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | projects/msg.md | 2 | ||||
| -rw-r--r-- | templates/base.html | 1 | ||||
| -rw-r--r-- | templates/project.html | 1 | 
4 files changed, 2 insertions, 4 deletions
| @@ -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"> | 
