Skip to content

Commit

Permalink
Site: Fix publish issue with date update (#1568)
Browse files Browse the repository at this point in the history
The publishDate will default to the date, so when the date is in the
future, the entire page won't render, which then breaks links and the
website cannot publish.

Co-authored-by: Alexander Apalikov <[email protected]>
  • Loading branch information
markmandel and aLekSer authored May 19, 2020
1 parent d54490b commit 9646089
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/content/en/docs/Advanced/allocator-service.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Allocator Service"
date: 2020-05-19T05:45:05Z
publishDate: 2019-10-25T05:45:05Z
description: >
Agones provides an mTLS based allocator service that is accessible from outside the cluster using a load balancer. The service is deployed and scales independent to Agones controller.
---
Expand Down

0 comments on commit 9646089

Please sign in to comment.