Explorar o código

Fix formatting in always_modified ReadMe

Justin Mayer %!s(int64=9) %!d(string=hai) anos
pai
achega
f8828bf0e1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      always_modified/README.md

+ 1 - 1
always_modified/README.md

@@ -7,7 +7,7 @@ metadata. This plugin facilitates that sorting by assuming the modified date
 
 ## Usage
 
-1. Add ALWAYS_MODIFIED = True to your settings file.
+1. Add `ALWAYS_MODIFIED = True` to your settings file.
 2. Now you can sort by modified date in your templates:
 
     {% for article in articles|sort(reverse=True,attribute='modified') %}