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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-10-31 08:13:06 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-31 08:13:06 +0300
commit8fdc39cffc5baf8e1873f4f9fbdd997b544ffd40 (patch)
tree9f214cbcac95db3f3f38f9d85abdf6d69a37faa5 /lib
parentd61a9a38495b0c087b2889fc035323988271d878 (diff)
Split the head element into a separate partial.
Diffstat (limited to 'lib')
-rw-r--r--lib/helpers_.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/helpers_.rb b/lib/helpers_.rb
index 270ec69a..589df4b7 100644
--- a/lib/helpers_.rb
+++ b/lib/helpers_.rb
@@ -1,5 +1,6 @@
include Nanoc::Helpers::LinkTo
include Nanoc::Helpers::XMLSitemap
+include Nanoc::Helpers::Rendering
include Nanoc::Helpers::ChildParentBetter
require 'redcarpet'