Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It's a new year, and I need to appear useful to putt #917

Open
wants to merge 1 commit into
base: Core
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Voat.UI/wwwroot/static/ddos.htm
Expand Up @@ -340,7 +340,7 @@ <h3 class="panel-title">Safe Spaces!</h3>
<div class="footer-container">
<div class="footer">
<p class="bottommenu">
&copy; 2014-2017 Voat, Inc. All rights reserved. Voat and the Voat Mascot are trademarks of Voat, Inc.
&copy; 2014-2018 Voat, Inc. All rights reserved. Voat and the Voat Mascot are trademarks of Voat, Inc.
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/Voat.UI/wwwroot/static/ddos.min.2.htm

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Voat.UI/wwwroot/static/ddos.min.htm

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Voat.UI/wwwroot/static/inactive.htm
Expand Up @@ -423,7 +423,7 @@ <h3 class="panel-title">Contact us</h3>
<div class="footer-container">
<div class="footer">
<p class="bottommenu">
&copy; 2014-2017 Voat, Inc. All rights reserved. Voat and the Voat Mascot are trademarks of Voat, Inc.
&copy; 2014-2018 Voat, Inc. All rights reserved. Voat and the Voat Mascot are trademarks of Voat, Inc.
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/Voat.UI/wwwroot/static/inactive.min.htm

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Voat.UI/~appsettings.json
Expand Up @@ -118,7 +118,7 @@
"siteSlogan": "Voat - have your say",
"siteDescription": "a community platform where you can have your say. No censorship.",
"siteKeywords": "voat, voat.co, vote, submit, comment",
"footerText": "&amp;copy; 2017 Voat, Inc. All rights reserved. Voat and the Voat Mascot are trademarks of Voat, Inc.",
"footerText": "&amp;copy; 2018 Voat, Inc. All rights reserved. Voat and the Voat Mascot are trademarks of Voat, Inc.",
"siteLogo": "/images/voat-logo.png",
"cookieDomain": ".voat.co",
"siteDomain": "", //Use blank to have the runtime automatically set
Expand Down
2 changes: 1 addition & 1 deletion test/Voat.Tests/~appsettings.json
Expand Up @@ -114,7 +114,7 @@
"siteSlogan": "Voat - have your say",
"siteDescription": "a community platform where you can have your say. No censorship.",
"siteKeywords": "voat, voat.co, vote, submit, comment",
"footerText": "&amp;copy; 2017 Voat, Inc. All rights reserved. Voat and the Voat Mascot are trademarks of Voat, Inc.",
"footerText": "&amp;copy; 2018 Voat, Inc. All rights reserved. Voat and the Voat Mascot are trademarks of Voat, Inc.",
"siteLogo": "/images/voat-logo.png",
"cookieDomain": ".voat.co",
"siteDomain": "voat.co",
Expand Down