Skip to content

Commit c9f3b6e

Browse files
wilzbachJinShil
authored andcommitted
Show dummy content to the front page when run with DIFFABLE=1 (#2234)
* Show dummy content to the front page when run with DIFFABLE=1
1 parent 5220bc9 commit c9f3b6e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dlang.org.ddoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,14 @@ DDOCKEYVAL2=$(DIVC keyval $1, $(SPANC key key$1, $2:) $(DIVC val val$1, $(TAIL $
147147
DDSUBLINK=$(LINK2 $(ROOT_DIR)$1.html#$2, $3)
148148
_=
149149

150-
DBLOG_LATEST_AUTHOR=
151-
DBLOG_LATEST_DATE=
150+
DBLOG_LATEST_AUTHOR=A D enthusiast
151+
DBLOG_LATEST_DATE=December 17, $(YEAR)
152152
DBLOG_LATEST_LINK=https://dlang.org/blog
153-
DBLOG_LATEST_TITLE=
154-
DBLOG_LATEST_AUTHOR2=
155-
DBLOG_LATEST_DATE2=
153+
DBLOG_LATEST_TITLE=An article from the DBlog about `DIFFABLE=1`
154+
DBLOG_LATEST_AUTHOR2=A D-eveloper
155+
DBLOG_LATEST_DATE2=December 5, $(YEAR)
156156
DBLOG_LATEST_LINK2=https://dlang.org/blog
157-
DBLOG_LATEST_TITLE2=
157+
DBLOG_LATEST_TITLE2=Yet another article that will be replaced with real content
158158
DMDSRC=$(HTTPS github.com/dlang/dmd/blob/master/src/dmd/$0, $0)
159159
DOT_PREFIXED=.$1$(DOT_PREFIXED $+)
160160
DOT_PREFIXED_SKIP=$(DOT_PREFIXED $+)

0 commit comments

Comments
 (0)