mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46: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
12 lines
366 B
HTML
12 lines
366 B
HTML
{{ partial "header.html" . }}
|
|
<section class="main">
|
|
<div class="container f04">
|
|
<div class="content">
|
|
<div class="num">404</div>
|
|
<div class="detail">Sorry, this page does not exist.</div>
|
|
<div class="suggestion"><a href="/">Visit home page</a></div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
{{ partial "footer.html" . }}
|