mirror of
https://github.com/safing/web
synced 2026-04-28 11:30:45 +00:00
Hide Valentine's Day sale from features
it's not too nice I believe to see you just missed out on a sale - especially the color catches your attention. Still can be seen in blogs naturally, but featuring it after the sale is odd
This commit is contained in:
parent
f2760102fd
commit
a5f7cb347d
4 changed files with 7 additions and 3 deletions
|
|
@ -116,7 +116,8 @@ title: Safing Portmaster - Features
|
|||
<div class="showcase-two-bottom" style="max-width: 100%;">
|
||||
<div class="blogpod-container" style="margin-top: 0;">
|
||||
<div class="blogpod-container-bottom">
|
||||
{% assign all_publications = site.publications | sort: "date" | reverse %}
|
||||
{% assign all_publications = site.publications | where_exp:"item",
|
||||
"item.hide_from_features != true" | sort: "date" | reverse %}
|
||||
{% for publication in all_publications limit: 3 %}
|
||||
{% if publication.category == "blog" %}
|
||||
{% assign post = publication %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue