Merge branch 'master' of github.com:zerostaticthemes/jekyll-serif-theme
commit
227f3cc643
|
@ -5,11 +5,11 @@ Serif is a modern business theme for Jekyll. It contains multiple content types
|
|||
[Live Demo](https://jekyll-serif.netlify.app/) |
|
||||
[Zerostatic Themes](https://www.zerostatic.io)
|
||||
|
||||
![Jekyll Serif Theme screenshot](https://github.com/JugglerX/jekyll-serif-theme/blob/master/screenshots/jekyll-serif-github-readme-screenshot.png)
|
||||
![Jekyll Serif Theme screenshot](https://www.zerostatic.io/theme/jekyll-serif/jekyll-serif-screenshot.png)
|
||||
|
||||
## Theme features
|
||||
|
||||
- Jekyll 4
|
||||
- Jekyll 4.1
|
||||
- Services (Collection)
|
||||
- Team (Collection)
|
||||
- Features (Data)
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
<ul>
|
||||
{% for item in mainmenu %}
|
||||
<li class="{% if item.url == page.url %}active{% endif %}">
|
||||
<a href="{{ item.url }}">{{ item.name }}</a>
|
||||
<a href="{{ item.url | relative_url }}">{{ item.name }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue