diff options
author | Amin Bandali <bandali@gnu.org> | 2020-07-18 19:39:06 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-07-18 19:39:06 -0400 |
commit | 3b478e844091cebc35bec59920c84673d3e9dddb (patch) | |
tree | da35df0888d5a2dd54a69b634d06338f30d0f24b | |
parent | 18d60aa3b36b2a7a4c57afac4f172001cf355241 (diff) | |
download | emacsconf-wiki-3b478e844091cebc35bec59920c84673d3e9dddb.tar.xz emacsconf-wiki-3b478e844091cebc35bec59920c84673d3e9dddb.zip |
add copyright on index.md, tweak style
Diffstat (limited to '')
-rw-r--r-- | index.md | 2 | ||||
-rw-r--r-- | local.css | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,5 @@ +[[!meta copyright="Copyright © 2019, 2020 Amin Bandali"]] + [[!img /i/emacsconf-logo1-256.png alt="EmacsConf logo" class="center"]] **EmacsConf** @@ -3,3 +3,5 @@ /* Add local styling here, instead of modifying style.css. */ #content { line-height: 1.5 } + +.pagecopyright, .pagelicense { font-style: normal } |