Temporarily disable nsfw on gallery
Jekyll Build & Deploy / Jekyll-Build-and-Deploy (push) Successful in 27s
Details
Jekyll Build & Deploy / Jekyll-Build-and-Deploy (push) Successful in 27s
Details
This commit is contained in:
parent
7ed2f684fc
commit
f6594462e4
|
@ -19,8 +19,8 @@ layout: "main"
|
|||
|
||||
<div class="grid">
|
||||
{% for image in site.data.gallery %}
|
||||
|
||||
<div class="gallery-item section {% if image.nsfw %}nsfw{% endif %}">
|
||||
<!-- {% if image.nsfw %}nsfw{% endif %} -->
|
||||
<div class="gallery-item section ">
|
||||
<div style="text-align:center;"><a href="/static/gallery-img/{{ image.url }}"><img class="gallery-image" src="/static/gallery-img/{{ image.url }}"/></a></div>
|
||||
<p><b>Artist: </b><a href="{{ image.artist_url }}">{{ image.artist }}</a></p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue