Ver código fonte

fix: slides WebAppManifest URI

George Cushen 3 anos atrás
pai
commit
be9e2fde4a

+ 1 - 1
wowchemy/layouts/partials/widgets/tag_cloud.html

@@ -18,7 +18,7 @@
 
 {{ $columns := $st.Params.design.columns | default "2" }}
 
-<div class="col-12 {{if eq $columns "2"}}col-lg-8{{end}}">
+<div class="col-12 {{if eq $columns "2"}}col-lg-8{{else}}text-center{{end}}">
   {{ with $st.Content }}{{ . }}{{ end }}
 
   {{ if ne $count 0 }}

+ 1 - 1
wowchemy/layouts/shortcodes/fragment.html

@@ -1,3 +1,3 @@
 <span class="fragment {{ .Get "class" }}" {{ with .Get "weight" }}data-fragment-index="{{ . }}"{{ end }}>
-  {{ .Inner }}
+  {{ .Inner | markdownify | emojify }}
 </span>

+ 2 - 2
wowchemy/layouts/slides/baseof.html

@@ -11,8 +11,8 @@
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="generator" content="Wowchemy {{ site.Data.wowchemy.version }} for Hugo">
 
-  {{ if site.Home.OutputFormats.Get "WebAppManifest" }}
-  <link rel="manifest" href="{{ "index.webmanifest" | relLangURL }}">
+  {{ with site.Home.OutputFormats.Get "WebAppManifest" }}
+    <link rel="manifest" href="{{ .RelPermalink }}">
   {{ end }}
 
   <link rel="icon" type="image/png" href="{{(partial "functions/get_icon" 32).RelPermalink}}">