Repos / hi.imnhan.com / 6ad76676f0
commit 6ad76676f0f9bfa687dd6447fa98ade52ab70ac8
Author: Bui Thanh Nhan <hi@imnhan.com>
Date:   Thu Sep 5 23:09:29 2019 +0700

    configurable footer, use current year

diff --git a/README.md b/README.md
index 5248403..a04de8b 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ # License
 ```
 The MIT License (MIT)
 
-Copyright (c) 2013-2019 Bui Thanh Nhan
+Copyright (c) 2013-2019 Bùi Thành Nhân
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/motherfucking-pelican-theme b/motherfucking-pelican-theme
index 77b73ea..8dc3975 160000
--- a/motherfucking-pelican-theme
+++ b/motherfucking-pelican-theme
@@ -1 +1 @@
-Subproject commit 77b73ea810f2f8a1a82830096b0d0a1810e5f464
+Subproject commit 8dc397570bfc5e2e9c080aa4cb4eeff08609e46f
diff --git a/pelicanconf.py b/pelicanconf.py
index a83093e..f030595 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -1,4 +1,5 @@
 #!/usr/bin/env python
+from datetime import date
 
 AUTHOR = "Bùi Thành Nhân"
 SITENAME = "Hi, I'm Nhân"
@@ -103,3 +104,10 @@
 
 (ripped off from http://www.retrojunkie.com/asciiart/myth/dragons.htm)
 """
+
+CURRENT_YEAR = date.today().year
+
+FOOTER_TEXT = """
+Built with &#9829; and lots of
+<a target="_blank" rel="noopener" href="https://caudatfarm.com/">Cầu Đất coffee</a>.
+"""