diff options
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/git-wiki-blog.html | 2 | ||||
| -rw-r--r-- | _layouts/git-wiki-bs-lux.html | 6 | ||||
| -rw-r--r-- | _layouts/git-wiki-bs-united.html | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/_layouts/git-wiki-blog.html b/_layouts/git-wiki-blog.html index a934b72..ae6b994 100644 --- a/_layouts/git-wiki-blog.html +++ b/_layouts/git-wiki-blog.html @@ -9,7 +9,7 @@ layout: git-wiki-default <p class="author"> <span class="date">{{ post.date | date: "%-d %B %Y"}}</span> </p> - <div class="content"> + <div class="git-wiki-content"> {{ post.excerpt }} <a href="{{ post.url | relative_url }}">...Read all</a> diff --git a/_layouts/git-wiki-bs-lux.html b/_layouts/git-wiki-bs-lux.html index 3de9169..1e5363a 100644 --- a/_layouts/git-wiki-bs-lux.html +++ b/_layouts/git-wiki-bs-lux.html @@ -22,7 +22,7 @@ {% comment %} Hacky-Fix for lux theme {% endcomment %} <style> - .git-wiki-content { + .git-wiki-page { padding-left: 0; } @@ -43,7 +43,7 @@ {% include git-wiki/sections/header/header.html %} </div> <div class="col-lg-9"> - <div class="git-wiki-content"> + <div class="git-wiki-page"> {% include git-wiki/sections/tools/tools.html %} {% if site.inc_before_toc %} @@ -60,7 +60,7 @@ {% include {{ site.inc_before_content }} %} {% endif %} - <div id="content"> + <div id="git-wiki-content"> {{ content }} </div> diff --git a/_layouts/git-wiki-bs-united.html b/_layouts/git-wiki-bs-united.html index a11fc59..d33e4ac 100644 --- a/_layouts/git-wiki-bs-united.html +++ b/_layouts/git-wiki-bs-united.html @@ -29,7 +29,7 @@ <div class="wrapper"> <div class="row"> <div class="col-lg-9"> - <div class="git-wiki-content"> + <div class="git-wiki-page"> {% include git-wiki/sections/tools/tools.html %} {% if site.inc_before_toc %} @@ -46,7 +46,7 @@ {% include {{ site.inc_before_content }} %} {% endif %} - <div id="content"> + <div id="git-wiki-content"> {{ content }} </div> |
