mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 19:56:41 +02:00

- Change color from orange to blue; improve colors elsewhere - Change `div.section` to `section` - Rename `posts` directory to `blog` - Add ability to specify extra CSS files in `config.toml` - Removed `WebFontsFile` feature from `config.toml` - Remove the initials displayed on top right of single post pages - Update example site
9 lines
219 B
HTML
9 lines
219 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="canonical" href="/blog"/>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
|
<meta http-equiv="refresh" content="0;url=/blog"/>
|
|
</head>
|
|
</html>
|