diff --git a/themes/edge-theme/content/examples/cookie-manipulation.md b/themes/edge-theme/content/examples/cookie-manipulation.md index d52cf76..7a9bd1a 100644 --- a/themes/edge-theme/content/examples/cookie-manipulation.md +++ b/themes/edge-theme/content/examples/cookie-manipulation.md @@ -1,6 +1,6 @@ +++ title = 'Cookie Manipulation' -draft = false +draft = true categories = ['Developer Tools'] modules = ['cookies'] icon = '' @@ -16,4 +16,4 @@ gitURL = 'https://github.com/akamai/edgeworkers-examples/tree/master/edgecompute +++ -Implements an EdgeWorker that responds with a welcome message if the user's name is saved in a cookie, otherwise it prompts the user to enter their name. \ No newline at end of file +Implements an EdgeWorker that responds with a welcome message if the user's name is saved in a cookie, otherwise it prompts the user to enter their name.