Ignore NSFW flag for now.
Jekyll Build & Deploy / Jekyll-Build-and-Deploy (push) Successful in 38s
Details
Jekyll Build & Deploy / Jekyll-Build-and-Deploy (push) Successful in 38s
Details
This commit is contained in:
parent
1296a8f842
commit
af04b1c3e2
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue