mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-19 14:03:39 +00:00
fix: esperar a que la primera publicación termine
This commit is contained in:
parent
0442aa1e06
commit
f62d7fcc80
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class Site
|
||||||
#
|
#
|
||||||
# @return [Boolean]
|
# @return [Boolean]
|
||||||
def average_publication_time_calculable?
|
def average_publication_time_calculable?
|
||||||
build_stats.jekyll.where(status: true).count > 0
|
build_stats.jekyll.where(status: true).count > 1
|
||||||
end
|
end
|
||||||
|
|
||||||
def similar_sites?
|
def similar_sites?
|
||||||
|
|
Loading…
Reference in a new issue