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

github.com/vimux/blank.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimux <vimux@protonmail.com>2019-07-30 20:40:48 +0300
committervimux <vimux@protonmail.com>2019-07-30 20:40:48 +0300
commitc71d33abd2c051c19c6298f150277c9dbdbe2bcd (patch)
tree5fd2e59406c8120361b7bb8ea3345feff468233a
parent5e5759cbc6af4049f613343d02c50a965e29d4ad (diff)
Formatting: add final newline
-rw-r--r--LICENSE2
-rw-r--r--README.md2
-rw-r--r--archetypes/default.md2
-rw-r--r--layouts/_default/single.html2
-rw-r--r--layouts/index.html2
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--layouts/partials/header.html2
-rw-r--r--layouts/partials/pagination.html2
-rw-r--r--layouts/partials/summary.html2
-rw-r--r--theme.toml2
10 files changed, 10 insertions, 10 deletions
diff --git a/LICENSE b/LICENSE
index 2a56551..5b7718c 100644
--- a/LICENSE
+++ b/LICENSE
@@ -17,4 +17,4 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/README.md b/README.md
index 590f1d2..f024341 100644
--- a/README.md
+++ b/README.md
@@ -28,4 +28,4 @@ Have you found a bug or got an idea for a new feature? Feel free to use the [iss
## License
-This theme is released under the [MIT license](https://github.com/Vimux/blank/blob/master/LICENSE.md). \ No newline at end of file
+This theme is released under the [MIT license](https://github.com/Vimux/blank/blob/master/LICENSE.md).
diff --git a/archetypes/default.md b/archetypes/default.md
index 03855e3..9546e4d 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,4 +1,4 @@
+++
title = ""
date = ""
-+++ \ No newline at end of file
++++
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index f584e0f..4593944 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -19,4 +19,4 @@
</article>
</main>
{{ partial "sidebar.html" . }}
-{{ partial "footer.html" . }} \ No newline at end of file
+{{ partial "footer.html" . }}
diff --git a/layouts/index.html b/layouts/index.html
index e8560c6..56c41f3 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -7,4 +7,4 @@
{{ partial "pagination.html" . }}
</main>
{{ partial "sidebar.html" . }}
-{{ partial "footer.html" . }} \ No newline at end of file
+{{ partial "footer.html" . }}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 88d9fe0..6551e25 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -2,4 +2,4 @@
<p>&copy; {{ now.Year }} <a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></p>
</footer>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 08f9b0a..9a9179c 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -21,4 +21,4 @@
{{ end }}
</ul>
</nav>
- </header> \ No newline at end of file
+ </header>
diff --git a/layouts/partials/pagination.html b/layouts/partials/pagination.html
index 892afec..79f8053 100644
--- a/layouts/partials/pagination.html
+++ b/layouts/partials/pagination.html
@@ -6,4 +6,4 @@
{{ if .Paginator.HasNext }}
<a href="{{ .Paginator.Next.URL }}">Next Page</a>
{{ end }}
-</div> \ No newline at end of file
+</div>
diff --git a/layouts/partials/summary.html b/layouts/partials/summary.html
index 5315fd4..aadf63b 100644
--- a/layouts/partials/summary.html
+++ b/layouts/partials/summary.html
@@ -10,4 +10,4 @@
<a href="{{ .Permalink }}">Read more...</a>
{{ end }}
</div>
- </article> \ No newline at end of file
+ </article>
diff --git a/theme.toml b/theme.toml
index a6d5be2..15f0f63 100644
--- a/theme.toml
+++ b/theme.toml
@@ -9,4 +9,4 @@ min_version = 0.19
[author]
name = "Vimux"
- homepage = "https://github.com/vimux" \ No newline at end of file
+ homepage = "https://github.com/vimux"