Skip to content

Commit

Permalink
Use @example.com in default email addresses. (#2020)
Browse files Browse the repository at this point in the history
It could be a bad idea to use default email addresses that could really
exist. Instead, use example.com, which RFC2606 defines as one of the
domains reserved for examples.
  • Loading branch information
lanurmi authored and rhukster committed Jun 8, 2018
1 parent bd7706a commit 9053f9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion system/config/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_lang: en # Default language for site (potenti

author:
name: John Appleseed # Default author name
email: 'john@email.com' # Default author email
email: 'john@example.com' # Default author email

taxonomies: [category,tag] # Arbitrary list of taxonomy types

Expand Down
2 changes: 1 addition & 1 deletion user/config/site.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: Grav
author:
name: Joe Bloggs
email: 'joe@test.com'
email: 'joe@example.com'
metadata:
description: 'Grav is an easy to use, yet powerful, open source flat-file CMS'

0 comments on commit 9053f9a

Please sign in to comment.