diff options
author | uvok cheetah | 2023-10-29 13:15:07 +0100 |
---|---|---|
committer | uvok cheetah | 2023-10-29 13:15:07 +0100 |
commit | 11a97fc2c6f5768f465c2f97200c922422493e16 (patch) | |
tree | c80b72dea9ed40a737c229db6bf447f498ed2408 /_data | |
parent | 912b464ef79488e140a4c93b03bb99dc05332bc3 (diff) |
Replace static news by Jekyll data file.
Also, utilize CSS classes
Diffstat (limited to '_data')
-rw-r--r-- | _data/news.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/_data/news.yml b/_data/news.yml new file mode 100644 index 0000000..4684514 --- /dev/null +++ b/_data/news.yml @@ -0,0 +1,10 @@ +- id: AdBlock + content: >- + <div> + <div style="font-weight: bold">You don't seem to be using an ad blocker.</div> + <div>Please consider installing one.</div> + </div> +- id: news1 + content: >- + <p>Now also available via Tor</p> + <code>http://iwccx6ebuapto7dlkd4m5fooud6nqn2z7go7aass5c4q6vl6gzs5htad.onion/</code> |