diff --git a/classes/Categories.class.js b/classes/Categories.class.js index 9809e73..c8d1c08 100644 --- a/classes/Categories.class.js +++ b/classes/Categories.class.js @@ -22,7 +22,7 @@ hbs.registerHelper('listArticle', function(tabs, options) { }); class Categories { - + /** * hydrate global var * @param {type} slug : url of categorie diff --git a/public/assets/css/article.scss b/public/assets/css/article.scss index d856359..e8ae108 100755 --- a/public/assets/css/article.scss +++ b/public/assets/css/article.scss @@ -84,6 +84,9 @@ section { word-wrap: break-word; hyphens: auto; } + a{ + text-decoration:underline; + } } } } \ No newline at end of file diff --git a/public/assets/css/global.css b/public/assets/css/global.css index 8360776..7f1d85b 100755 --- a/public/assets/css/global.css +++ b/public/assets/css/global.css @@ -361,6 +361,8 @@ section { font-size: 16pt; word-wrap: break-word; hyphens: auto; } + section article .content a{ + text-decoration:underline } #comments { margin-top: 50px; diff --git a/views/articles/article.hbs b/views/articles/article.hbs index a6de02d..bd60f69 100644 --- a/views/articles/article.hbs +++ b/views/articles/article.hbs @@ -1,9 +1,9 @@
diff --git a/views/template.hbs b/views/template.hbs index aaebf0f..97d573e 100644 --- a/views/template.hbs +++ b/views/template.hbs @@ -10,12 +10,12 @@ {{{nav}}} -