Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hauke96/hugo-theme-hamburg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Stieler <mail@hauke-stieler.de>2018-09-10 20:26:16 +0300
committerHauke Stieler <mail@hauke-stieler.de>2018-09-10 20:26:16 +0300
commit0fad02e720bd9e361e378b7b3afd11b2558512e1 (patch)
treeefe09265a8282337f57c11d467efd2593caac522
parent615b1f0553403787fbf076008664cddf151eeee1 (diff)
Fix indentation
-rw-r--r--layouts/_default/single.html76
1 files changed, 38 insertions, 38 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index f624b7f..bd6b5b7 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -30,47 +30,47 @@
<footer>
{{ if (isset .Params "nocomments") }}
{{ else }}
- {{ with .Site.Params.disqus }}
- <div class="delimiter"></div>
- <div id="disqus_thread"></div>
- <script type="text/javascript">
- var disqus_shortname = '{{ . }}';
- (function() {
- var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
- dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
- (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
- })();
- </script>
- <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
- {{ end }}
+ {{ with .Site.Params.disqus }}
+ <div class="delimiter"></div>
+ <div id="disqus_thread"></div>
+ <script type="text/javascript">
+ var disqus_shortname = '{{ . }}';
+ (function() {
+ var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+ dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+ (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+ })();
+ </script>
+ <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
+ {{ end }}
{{ end }}
{{ if and (isset $data "authors") (isset .Params "author") }}
- {{ $author := index $data.authors .Params.author }}
- <div class="delimiter"></div>
- <section class="author-info row">
- <div class="author-avatar col-md-2">
- {{ with $author.avatar }}
- <img alt="Author Avatar" src="{{ . }}" />
- {{ end }}
- </div>
- <div class="author-meta col-md-10">
- {{ with $author.name }}
- <h2 class="author-name text-primary">{{ . }}</h2>
- {{ end }}
- {{ with $author.bio }}
- <div class="author-bio">{{ . }}</div>
- {{ end }}
- {{ with $author.contact }}
- <a class="btn btn-primary author-contact" href="{{ . }}">
- <div>
- <i class="fa fa-envelope-o" aria-hidden="true"></i>
- &nbsp;{{ i18n "contactMe" }}
- </div>
- </a>
- {{ end }}
- </div>
+ {{ $author := index $data.authors .Params.author }}
+ <div class="delimiter"></div>
+ <section class="author-info row">
+ <div class="author-avatar col-md-2">
+ {{ with $author.avatar }}
+ <img alt="Author Avatar" src="{{ . }}" />
+ {{ end }}
+ </div>
+ <div class="author-meta col-md-10">
+ {{ with $author.name }}
+ <h2 class="author-name text-primary">{{ . }}</h2>
+ {{ end }}
+ {{ with $author.bio }}
+ <div class="author-bio">{{ . }}</div>
+ {{ end }}
+ {{ with $author.contact }}
+ <a class="btn btn-primary author-contact" href="{{ . }}">
+ <div>
+ <i class="fa fa-envelope-o" aria-hidden="true"></i>
+ &nbsp;{{ i18n "contactMe" }}
+ </div>
+ </a>
+ {{ end }}
+ </div>
+ </section>
{{ end }}
- </section>
<div class="delimiter"></div>
<div class="pager-container">
{{ if .Next }}