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

github.com/alanorth/hugo-theme-bootstrap4-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeedleFake <DeedleFake@users.noreply.github.com>2016-11-24 15:33:56 +0300
committerAlan Orth <alan.orth@gmail.com>2016-11-24 15:33:56 +0300
commit663f3db2a0f3c9c94716dca9d5c9b4493bdfeb47 (patch)
treee25a1fc0d2bb98e8c12354baec8371a78466208f /theme.toml
parentb83b1683a742643eb70d50ef5da2e01e5d33a3e3 (diff)
Add Vim Modeline Comments to Files (#18)
* Add Vim modeline comments to all relevent template files. * Add Vim modeline comments to a few other files. * Move modeline comments inside the template definitions in list and single. For some odd reason, putting them outside breaks the page generation. * Use template comments for modeline comments in templates. * Fix form 2 modelines.
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
index 44621ce..202ae49 100644
--- a/theme.toml
+++ b/theme.toml
@@ -14,3 +14,5 @@ min_version = 0.17
[original]
author = "mdo"
homepage = "https://v4-alpha.getbootstrap.com/examples/blog/"
+
+# vim: ts=2 sw=2 et