Skip to content

Commit 5720093

Browse files
authored
Merge pull request #2222 from MartinNowak/calendar
embed dlang calendar on dlang.org/calendar merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2 parents ee9dfb2 + 91eea35 commit 5720093

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

calendar.dd

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Ddoc
2+
3+
$(D_S $(TITLE),
4+
5+
$(DIVC center,
6+
$(DIVID calendar,
7+
<iframe src="https://calendar.google.com/calendar/embed?src=ut29n9vq9vu3ad4kbaabeed1d8%40group.calendar.google.com" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
8+
)
9+
)
10+
)
11+
12+
Macros:
13+
TITLE=DLang Calendar

dlang.org.ddoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ $(SUBMENU_MANUAL
266266
$(SUBMENU_LINK https://dlang.org/blog, Blog)
267267
$(SUBMENU_LINK $(ROOT_DIR)orgs-using-d.html, Orgs using D)
268268
$(SUBMENU_LINK https://twitter.com/search?q=%23dlang, Twitter)
269+
$(SUBMENU_LINK $(ROOT_DIR)calendar.html, Calendar)
269270
$(SUBMENU_LINK_DIVIDER https://forum.dlang.org, Forums)
270271
$(SUBMENU_LINK irc://irc.freenode.net/d, IRC)
271272
$(SUBMENU_LINK https://wiki.dlang.org, Wiki)

posix.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ ARTICLE_FILES=$(addprefix articles/, index builtin code_coverage const-faq \
368368
# and .html in the generated HTML. Save for the expansion of
369369
# $(SPEC_ROOT), the list is sorted alphabetically.
370370
PAGES_ROOT=$(SPEC_ROOT) 404 acknowledgements areas-of-d-usage $(ARTICLE_FILES) \
371-
ascii-table bugstats $(CHANGELOG_FILES) community comparison concepts \
371+
ascii-table bugstats $(CHANGELOG_FILES) calendar community comparison concepts \
372372
D1toD2 deprecate dmd dmd-freebsd dmd-linux dmd-osx dmd-windows \
373373
documentation download dstyle forum-template gpg_keys glossary \
374374
gsoc2011 gsoc2012 gsoc2012-template howto-promote htod index install \

0 commit comments

Comments
 (0)