We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e974e commit 46e2bd9Copy full SHA for 46e2bd9
assets/theme-css/panel.css
layouts/index.html
@@ -3,10 +3,6 @@
3
{{ partial "hero.html" . }}
4
{{ end }}
5
6
- {{ if .Site.Params.panel }}
7
- {{ partial "panel.html" . }}
8
- {{ end }}
9
-
10
{{ if .Site.GetPage "/news" }}
11
{{ partial "news.html" . }}
12
layouts/partials/panel.html
layouts/shortcodes/blog.html
@@ -4,8 +4,8 @@
{{ partial "posts/list-with-summary.html" $latest }}
- <div class="panel-box-action" style="text-align: left;">
- <a class="panel-button" href="{{ "posts/" | relURL }}">Browse all posts ⟶</a>
- </div>
+ <p>
+ <a href="{{ "posts/" | relURL }}"><span class="sd-btn sd-btn-outline-info">Browse all posts ⟶</span></a>
+ </p>
</div>
</section>
0 commit comments