Skip to content

Commit 46e2bd9

Browse files
Remove panel (#498)
* Remove old panel partial * Remove panel css
1 parent 39e974e commit 46e2bd9

File tree

4 files changed

+3
-117
lines changed

4 files changed

+3
-117
lines changed

assets/theme-css/panel.css

Lines changed: 0 additions & 90 deletions
This file was deleted.

layouts/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
{{ partial "hero.html" . }}
44
{{ end }}
55

6-
{{ if .Site.Params.panel }}
7-
{{ partial "panel.html" . }}
8-
{{ end }}
9-
106
{{ if .Site.GetPage "/news" }}
117
{{ partial "news.html" . }}
128
{{ end }}

layouts/partials/panel.html

Lines changed: 0 additions & 20 deletions
This file was deleted.

layouts/shortcodes/blog.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
{{ partial "posts/list-with-summary.html" $latest }}
66

7-
<div class="panel-box-action" style="text-align: left;">
8-
<a class="panel-button" href="{{ "posts/" | relURL }}">Browse all posts &nbsp;⟶</a>
9-
</div>
7+
<p>
8+
<a href="{{ "posts/" | relURL }}"><span class="sd-btn sd-btn-outline-info">Browse all posts &nbsp;⟶</span></a>
9+
</p>
1010
</div>
1111
</section>

0 commit comments

Comments
 (0)