From 4151a170e991fa73b8b52111bf88508a99c57da1 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Sun, 24 Jul 2016 19:54:45 +0800 Subject: Move CSS specific to index.html and pub/index.html... from theme.css into their respective Markdown source files, now that we support per-page custom CSS. --- source/pub/index.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source/pub') diff --git a/source/pub/index.md b/source/pub/index.md index aed6ab42..eb4a24a9 100644 --- a/source/pub/index.md +++ b/source/pub/index.md @@ -1,5 +1,11 @@ --- title: "Publications" +custom-css: " + .hidden-link { + color: inherit; + cursor: text; + text-decoration: none; + }" --- No content at the moment. -- cgit v1.2.1