Skip to content

Commit c71d33a

Browse files
committed
Formatting: add final newline
1 parent 5e5759c commit c71d33a

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1717
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1818
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1919
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ Have you found a bug or got an idea for a new feature? Feel free to use the [iss
2828

2929
## License
3030

31-
This theme is released under the [MIT license](https://github.com/Vimux/blank/blob/master/LICENSE.md).
31+
This theme is released under the [MIT license](https://github.com/Vimux/blank/blob/master/LICENSE.md).

archetypes/default.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
+++
22
title = ""
33
date = ""
4-
+++
4+
+++

layouts/_default/single.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ <h1>{{ .Title }}</h1>
1919
</article>
2020
</main>
2121
{{ partial "sidebar.html" . }}
22-
{{ partial "footer.html" . }}
22+
{{ partial "footer.html" . }}

layouts/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
{{ partial "pagination.html" . }}
88
</main>
99
{{ partial "sidebar.html" . }}
10-
{{ partial "footer.html" . }}
10+
{{ partial "footer.html" . }}

layouts/partials/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
<p>&copy; {{ now.Year }} <a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></p>
33
</footer>
44
</body>
5-
</html>
5+
</html>

layouts/partials/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
{{ end }}
2222
</ul>
2323
</nav>
24-
</header>
24+
</header>

layouts/partials/pagination.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
{{ if .Paginator.HasNext }}
77
<a href="{{ .Paginator.Next.URL }}">Next Page</a>
88
{{ end }}
9-
</div>
9+
</div>

layouts/partials/summary.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ <h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
1010
<a href="{{ .Permalink }}">Read more...</a>
1111
{{ end }}
1212
</div>
13-
</article>
13+
</article>

theme.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ min_version = 0.19
99

1010
[author]
1111
name = "Vimux"
12-
homepage = "https://github.com/vimux"
12+
homepage = "https://github.com/vimux"

0 commit comments

Comments
 (0)