Merge branch 'main' into massive-relayout
# Conflicts: # assets/styles/root/050_ruby_controls.css # layouts/partials/ruby_controls.html
This commit is contained in:
commit
d45ad449a5
12 changed files with 269 additions and 70 deletions
|
@ -30,6 +30,11 @@
|
|||
{{ block "scripts" . }}{{ end }}
|
||||
|
||||
{{- with partial "resources/site_js.html" . -}}
|
||||
<script type="module" src="{{ .RelPermalink }}"></script>
|
||||
<script type="module" src="{{ .Permalink }}"></script>
|
||||
{{ end }}
|
||||
{{ if .HasShortcode "ruby" }}
|
||||
{{ with partial "resources/script.html" "ruby_switch" }}
|
||||
<script type="module" src="{{ .Permalink }}"></script>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue