Ignore NSFW flag for now.
Jekyll Build & Deploy / Jekyll-Build-and-Deploy (push) Successful in 38s Details

This commit is contained in:
Nekojimi 2025-05-18 22:24:41 +01:00
parent 1296a8f842
commit af04b1c3e2
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ layout: "main"
<h1>Projects</h1>
{% for project in site.projects %}
<!-- -->
<div class="project-entry {% if project.nsfw %} nsfw {% endif %}" >
<div class="project-entry" >
<div class="project-txt">
<a href="{{ project.url }}"><h2>{{ project.name }}</h2></a>
{% if project.summary %}