From 281c0f42b05984a4a55a0ec741f803499fda53df Mon Sep 17 00:00:00 2001 From: Bowden Date: Wed, 3 Jan 2018 14:27:30 -0800 Subject: [PATCH] update year in footer --- views/partials/footer.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/partials/footer.pug b/views/partials/footer.pug index f238b47..9a135dc 100644 --- a/views/partials/footer.pug +++ b/views/partials/footer.pug @@ -1,5 +1,5 @@ footer .container.text-center - p.pull-left © 2016 Company, Inc. All Rights Reserved + p.pull-left © 2018 Company, Inc. All Rights Reserved iframe.pull-right(src="https://ghbtns.com/github-btn.html?user=Microsoft&repo=TypeScript-Node-Starter&type=star&count=true" frameborder="0" scrolling="0" width="90px" height="20px" style="margin-top:15px") \ No newline at end of file