Skip to content

Commit c09beaf

Browse files
committed
Removed language ref (for now)
1 parent b2a89bc commit c09beaf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/assets/css/project.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ li a[href^="http://"]:not([no-external^="true"]):after,li a[href^="https://"]:no
705705

706706
span.new-content::before,
707707
li.new-content::before {
708-
content: "New Content{{site.data.stringsBase['{{[lang]}}']['NewContent']}}: ";
708+
content: "New Content: ";
709709
color: red;
710710
font-weight: bold;
711711
display: inline-block;
@@ -714,7 +714,7 @@ li.new-content::before {
714714
p.new-content::before,
715715
div.new-content::before {
716716
white-space: pre;
717-
content: "New Content{{site.data.stringsBase['{{[lang]}}']['NewContent']}}\A ";
717+
content: "New Content\A ";
718718
color: red;
719719
font-weight: bold;}
720720
span.new-content,
@@ -747,7 +747,7 @@ div.new-content{
747747

748748
span.modified-content::before,
749749
li.modified-content::before {
750-
content: "Modified Content{{site.data.stringsBase['{{[lang]}}']['ModifiedContent']}}: ";
750+
content: "Modified Content: ";
751751
color: red;
752752
font-weight: bold;
753753
display: inline-block;
@@ -756,7 +756,7 @@ li.modified-content::before {
756756
p.modified-content::before,
757757
div.modified-content::before {
758758
white-space: pre;
759-
content: "Modified Content{{site.data.stringsBase['{{[lang]}}']['ModifiedContent']}}\A ";
759+
content: "Modified Content\A ";
760760
color: red;
761761
font-weight: bold;}
762762
span.modified-content,

0 commit comments

Comments
 (0)