diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-31 12:44:35 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-31 12:44:35 +0100 |
| commit | a9575d934d387e93cb5ff3ca1f5c51c4422f8875 (patch) | |
| tree | 15b70c1ff21d4f82d7c7f55d3607d0d5d9b49e06 /_includes/git-wiki/sections/content | |
| parent | 88800a6427a418b32923df4eeb4200b5e1daba99 (diff) | |
| download | wiki-a9575d934d387e93cb5ff3ca1f5c51c4422f8875.tar.gz wiki-a9575d934d387e93cb5ff3ca1f5c51c4422f8875.tar.bz2 wiki-a9575d934d387e93cb5ff3ca1f5c51c4422f8875.zip | |
Implemented external links icon (wikipedia style)
Diffstat (limited to '_includes/git-wiki/sections/content')
| -rw-r--r-- | _includes/git-wiki/sections/content/content.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/git-wiki/sections/content/content.html b/_includes/git-wiki/sections/content/content.html index 58e4421..5d57689 100644 --- a/_includes/git-wiki/sections/content/content.html +++ b/_includes/git-wiki/sections/content/content.html @@ -1,4 +1,4 @@ -<div class="git-wiki-content"> +<div class="git-wiki-page"> <section> {% include git-wiki/sections/tools/tools.html %} @@ -17,7 +17,7 @@ {% include {{ site.inc_before_content }} %} {% endif %} - <div id="content"> + <div id="git-wiki-content"> {{ content }} </div> |
