Kaynağa Gözat

Merge branch 'develop'

master
Rohan Verma 6 yıl önce
ebeveyn
işleme
2eaa610175
4 değiştirilmiş dosya ile 6 ekleme ve 3 silme
  1. +1
    -1
      config.toml
  2. +2
    -0
      layouts/partials/post/comment.html
  3. +1
    -0
      layouts/post/single.html
  4. +2
    -2
      themes/after-dark/assets/css/theme.css

+ 1
- 1
config.toml Dosyayı Görüntüle

@@ -25,7 +25,7 @@ footnoteReturnLinkContents = "↩" # Provides a nicer footnote return link
author = "Rohan Verma" # Optional, controls author name display on posts
hide_author = false # Optional, set true to hide author name on posts
has_cookies = true # Optional, set true to disable cookie disclaimer
disable_csp = false # Optional, set true to disable content security policy
disable_csp = true # Optional, set true to disable content security policy
images = [
"https://rohanverma.net/wp-content/uploads/avatar.jpg"
] # Suggested, controls default Open Graph images

+ 2
- 0
layouts/partials/post/comment.html Dosyayı Görüntüle

@@ -0,0 +1,2 @@
<div id="commento"></div>
<script src="https://commento.rohanverma.net/js/commento.js"></script>

+ 1
- 0
layouts/post/single.html Dosyayı Görüntüle

@@ -46,6 +46,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
<hr>
{{ partial "post/byline.html" . }}
{{ partial "post/related-content.html" . }}
{{ partial "post/comment.html" . }}
</footer>
</article>
{{ end }}

+ 2
- 2
themes/after-dark/assets/css/theme.css Dosyayı Görüntüle

@@ -82,9 +82,9 @@ blockquote cite {
blockquote cite::before {
content: "\2014\00A0";
}
:target {
/* :target {
filter: brightness(1.2);
}
} */
:disabled {
cursor: not-allowed;
}

Yükleniyor…
İptal
Kaydet