aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2022-11-05 21:53:22 +0300
committerValentin Popov <valentin@popov.link>2022-11-05 21:53:22 +0300
commit8663bd41a44c01ad1f19b2394d3f0f44a29756d3 (patch)
tree77ad134385bc6a986000c60120344293cd6c7d34 /templates
parentd267a307f74bb3c743f2c83f4b36ce6a3047c50c (diff)
downloadpopov.link-8663bd41a44c01ad1f19b2394d3f0f44a29756d3.tar.xz
popov.link-8663bd41a44c01ad1f19b2394d3f0f44a29756d3.zip
Deleted the projects section
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/templates/index.html b/templates/index.html
index e113ba1..fda222b 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -24,27 +24,6 @@
</a>
<section>
- <h2>Projects</h2>
-
- <ul>
- {% for project in config.extra.projects %}
- <li>
- <span>{{ project.name | safe }}</span>
- {% for link in project.links %}
- <span>|</span>
- <a href="{{ link.url | safe }}" rel="nofollow" target="_blank">{{ link.title | safe }}</a>
- {% endfor %}
- </li>
- {% endfor %}
- </ul>
-
- <div>
- &hellip;More projects in my
- <a href="https://git.popov.link" rel="nofollow" target="_blank">git-server</a>.
- </div>
-</section>
-
-<section>
{% set blog = get_section(path='blog/_index.md') %}
<h2>Recent posts</h2>