wizard

placeholder description
git clone git@git.shmage.xyz/wizard.git
Log | Files | Refs | README

commit c71d33abd2c051c19c6298f150277c9dbdbe2bcd
parent 5e5759cbc6af4049f613343d02c50a965e29d4ad
Author: vimux <vimux@protonmail.com>
Date:   Tue, 30 Jul 2019 13:40:48 -0400

Formatting: add final newline

Diffstat:
MLICENSE | 3+--
MREADME.md | 3+--
Marchetypes/default.md | 3+--
Mlayouts/_default/single.html | 3+--
Mlayouts/index.html | 3+--
Mlayouts/partials/footer.html | 3+--
Mlayouts/partials/header.html | 3+--
Mlayouts/partials/pagination.html | 3+--
Mlayouts/partials/summary.html | 3+--
Mtheme.toml | 3+--
10 files changed, 10 insertions(+), 20 deletions(-)

diff --git 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 @@ -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 @@ -1,4 +1,4 @@ +++ title = "" date = "" -+++ -\ No newline at end of file ++++ diff --git 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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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"