# News
%% DATAVIEW_PUBLISHER: start
```dataview
TABLE WITHOUT ID "[[" + file.name + "|" +summary+ "]]" as "News", file.etags as "Topics"
FROM "Blogs and News"
SORT updated DESC
Limit 5
```
%%
| News | Topics |
| -------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
| [[New Mexico's HJR3, the state's latest attempt to create a Green Amendment\|New Mexico's HJR3, the state's latest attempt to create a Green Amendment]] | <ul><li>#news</li><li>#NM</li><li>#pending</li></ul> |
| [[16 Jan 2025\|What Is Green Amends]] | <ul><li>#blog</li></ul> |
%% DATAVIEW_PUBLISHER: end %%
# Latest Explainers and Updates
%% DATAVIEW_PUBLISHER: start
```dataview
TABLE "Updated : " + file.mday as Update, last-update as Change
FROM "Content"
SORT updated DESC
Limit 5
```
%%
| File | Update | Change |
| ------------------------------------------------------------------- | -------------------------- | ------- |
| [[Content/Standing.md\|Standing]] | Updated : January 28, 2025 | Created |
| [[Content/Intergenerational Justice.md\|Intergenerational Justice]] | Updated : January 30, 2025 | \- |
%% DATAVIEW_PUBLISHER: end %%