Erster Entwurf
This commit is contained in:
commit
b5d27b3fc9
66 changed files with 11671 additions and 0 deletions
11
themes/mainroad/layouts/partials/sidebar.html
Normal file
11
themes/mainroad/layouts/partials/sidebar.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<aside class="sidebar">
|
||||
{{ partial "widgets/search.html" . }}
|
||||
{{ partial "widgets/recent.html" . }}
|
||||
{{ partial "widgets/categories.html" . }}
|
||||
{{ partial "widgets/social.html" . }}
|
||||
{{ partial "widgets/taglist.html" . }}
|
||||
|
||||
{{- if and (not .Site.Params.widgets.search) (not .Site.Params.widgets.recent_articles) (not .Site.Params.widgets.categories) (not .Site.Params.widgets.social) (not .Site.Params.widgets.taglist) }}
|
||||
<p class="sidebar__warning"><strong>{{ T "sidebar_warning" }}:</strong><br>{{ T "sidebar_recommendation" }}</p>
|
||||
{{- end }}
|
||||
</aside>
|
Loading…
Add table
Add a link
Reference in a new issue