From 20737e99a6d2a9453165648ebaa886e4c86aa4d9 Mon Sep 17 00:00:00 2001 From: Amir Date: Fri, 27 Apr 2018 18:12:01 +0430 Subject: [PATCH] change language property --- _layouts/post.html | 2 +- _sass/_layout.scss | 2 +- index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index f6474d6..6b19162 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,7 +1,7 @@ --- layout: default --- -
+

{{ page.title }}

diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 1470dae..dad9d99 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -127,7 +127,7 @@ strong { } } -.fa-post { +.lang-fa { font-family: $base-font-family; direction: rtl !important; .post-content { diff --git a/index.html b/index.html index 6f34a43..564fb0e 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ layout: default