mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
fix: fix article regresssion (#250)
* refactor: output article element when needed * refactor: refactor container styles and media queries - Add the `$tablet` variable to `_container.scss` - Add a media query to `_container.scss` - Import `_container.scss` in `critical.scss` - Remove the import of `_container.scss` in `style.scss`
This commit is contained in:
@@ -7,8 +7,10 @@
|
||||
</script>
|
||||
<div class="container">
|
||||
{{- partial "nav.html" . -}}
|
||||
<article class="info">
|
||||
{{ .Content }}
|
||||
</article>
|
||||
{{- with .Content -}}
|
||||
<article class="info">
|
||||
{{- . -}}
|
||||
</article>
|
||||
{{- end -}}
|
||||
</div>
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user