feat: article page widget support (#488)

* feat: article page widget support

* refactor: get rid of article toolbar

Same 3 column layout for article page and homepage

* add missing space
This commit is contained in:
Jimmy Cai
2022-02-26 23:45:25 +01:00
committed by GitHub
parent 0fbbc12949
commit 4d552a9df5
13 changed files with 71 additions and 133 deletions
+1 -1
View File
@@ -15,5 +15,5 @@
{{ end }}
{{ define "right-sidebar" }}
{{ partial "sidebar/right.html" . }}
{{ partial "sidebar/right.html" (dict "Context" . "Scope" "homepage") }}
{{ end }}