mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
v0.3.0
- 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
This commit is contained in:
@@ -5,23 +5,22 @@
|
||||
|
||||
<body lang="{{ .Site.Params.Lang }}">
|
||||
|
||||
<div class="section header">
|
||||
<section class="header">
|
||||
<div class="container">
|
||||
<div class="content">
|
||||
<a href="/"><div class="name">{{ .Site.Params.Author }}</div></a>
|
||||
<nav>
|
||||
<ul>
|
||||
<a href="/posts/"><li>Posts</li></a>
|
||||
<a href="/blog/"><li>Blog</li></a>
|
||||
<a href="/about/"><li>About</li></a>
|
||||
<a href="/code/"><li>Code</li></a>
|
||||
{{ if .Site.Params.ResumeLink }}<a href={{ .Site.Params.ResumeLink }}><li>Resume</li></a>{{ end }}
|
||||
</ul>
|
||||
</nav>
|
||||
<a href="/"><div class="name">{{ .Site.Params.Author }}</div></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="section icons">
|
||||
<section class="icons">
|
||||
<div class="container">
|
||||
<div class="content">
|
||||
|
||||
@@ -62,4 +61,4 @@
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user