remove unused code
[blog.git] / my-publish.el
index a263119..a8562f9 100644 (file)
 
 (setq blog-extra-head
       (concat
-       ;; "<link rel='stylesheet' href='../css/worg.css' />\n"
-       "<link rel='stylesheet' href='../css/main.css' />\n"
-       "<link rel='stylesheet' href='../css/code.css' />")
-)
+       "<link rel='stylesheet' href='/css/my.css' />\n"
+       "<link rel='stylesheet' href='/css/code.css' />"))
 
 (setq blog-header
       (concat
-       " <header id= 'banner' > "
-       "<h1><a href= '/' >Peng Li</a></h1>"
-       "<hr>"
+       "<header id= 'banner'>"
+       "<a class=\"title\"href= '/' >Peng Li</a>"
        "<nav><ul>"
        "<li><a href= '/about.html' >About</a></li>"
        "<li><a href= '/posts/sitemap.html' >Blog</a></li>"
        "<li><a href= '/index.html' >Home</a></li>"
        "</ul></nav>"
-       "</header>"))
+       "</header>"
+       "<hr>"))
 
 (setq blog-footer
       (concat 
        "<hr />\n"
-       "<p><span style=\"float: left;\"><a href= \"http://orgmode.org\"/>Org-mode </a>" (org-version) "</span>"
-       "License: <a href= \"https://creativecommons.org/licenses/by-sa/4.0/\">CC BY-SA 4.0</a></p\n"))
+       org-html-creator-string))
 
 (defun blog-setup-project-alist (root-dir &optional output-dir)
   "Set project alist. `output-dir' is the directory of publish-directory.