From c71d33abd2c051c19c6298f150277c9dbdbe2bcd Mon Sep 17 00:00:00 2001 From: vimux Date: Tue, 30 Jul 2019 13:40:48 -0400 Subject: [PATCH] Formatting: add final newline --- LICENSE | 2 +- README.md | 2 +- archetypes/default.md | 2 +- layouts/_default/single.html | 2 +- layouts/index.html | 2 +- layouts/partials/footer.html | 2 +- layouts/partials/header.html | 2 +- layouts/partials/pagination.html | 2 +- layouts/partials/summary.html | 2 +- theme.toml | 2 +- 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 @@ {{ 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" . }} {{ 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 @@

© {{ now.Year }} {{ .Site.Title }}

- \ No newline at end of file + 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 }} - \ No newline at end of file + 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 }} Next Page {{ end }} - \ No newline at end of file + 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 @@ Read more... {{ end }} - \ No newline at end of file + 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"