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

github.com/salcan/BeyondNothing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCangeloso <scangeloso@LT-63744.local>2018-06-06 00:44:39 +0300
committerCangeloso <scangeloso@LT-63744.local>2018-06-06 00:44:39 +0300
commit8149785f730c1ef64912812ce77e3571a3d51f34 (patch)
tree3e8f41a034501d6689a04038e46bcf3d0f67e6bd
parentc1950ccf6c15759de127a0467f97c793b3c275d3 (diff)
container fix
annoying
-rw-r--r--layouts/.DS_Storebin0 -> 8196 bytes
-rw-r--r--layouts/_default/single.html8
2 files changed, 4 insertions, 4 deletions
diff --git a/layouts/.DS_Store b/layouts/.DS_Store
new file mode 100644
index 0000000..e3a1881
--- /dev/null
+++ b/layouts/.DS_Store
Binary files differ
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 5c24be0..80392d7 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -13,7 +13,7 @@
</head>
<body>
-<section id="container">
+<div class="container">
<header role="banner">
<h1 id="title">{{ .Title }}</h1>
</header>
@@ -24,7 +24,6 @@
{{ .Content }}
</article>
</div>
-</section>
<aside id="meta">
<div>
<section>
@@ -47,12 +46,13 @@
</div>
<div>
{{ with .PrevInSection }}
- <a class="previous" href="{{.Permalink}}"> {{.Title}}</a>
+ <a class="previous" href="{{.Permalink}}"> {{.Title}}</a> |
{{ end }}
{{ with .NextInSection }}
<a class="next" href="{{.Permalink}}"> {{.Title}}</a>
{{ end }}
</div>
+
</aside>
</main>
@@ -65,7 +65,7 @@
<div class="copyright">Copyright &copy; 2018</div>
</footer>
-</div>
+ </div>
</body>
</html>