21 lines
799 B
HTML
21 lines
799 B
HTML
<div class="features-intro">
|
|
<div class="features-intro__logo">
|
|
<img src="{{ "/images/swiper/logo.png" | relURL }}" alt="Home" class="features-intro__logo-img">
|
|
</div>
|
|
<div class="features-intro__titles">
|
|
<div class="title">
|
|
Zzo
|
|
</div>
|
|
<div class="subtitle">
|
|
Blog theme for Hugo
|
|
</div>
|
|
<div class="features-intro__links">
|
|
<a href="https://github.com/zzossig/hugo-theme-zzo">Download</a>
|
|
<a href="https://themes.gohugo.io/theme/hugo-theme-zzo/en">Demo</a>
|
|
<a href="https://github.com/zzossig/hugo-theme-zzo">Homepage</a>
|
|
</div>
|
|
</div>
|
|
<div class="features-intro__release-info">
|
|
MIT Licensed, v1.0.0 | <a href="https://github.com/zzossig/hugo-theme-zzo/blob/master/CHANGELOG.md">Changelog</a>
|
|
</div>
|
|
</div> |